How to do a loop to read 10 data of acceleration from this code?
    5 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
function [] = i2c_sensor()
 a = arduino('COM3', 'UNO');
 imu = mpu6050(a,'SampleRate',50,'SamplesPerRead',5,'ReadMode','Latest');
 accelReadings = readAcceleration(imu);
 display(accelReadings);
end
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
				Mehr zu Automated Driving Toolbox finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
