How to do a loop to read 10 data of acceleration from this code?
    5 views (last 30 days)
  
       Show older comments
    
function [] = i2c_sensor()
 a = arduino('COM3', 'UNO');
 imu = mpu6050(a,'SampleRate',50,'SamplesPerRead',5,'ReadMode','Latest');
 accelReadings = readAcceleration(imu);
 display(accelReadings);
end
0 Comments
Answers (0)
See Also
Categories
				Find more on Automated Driving Toolbox in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!