Start mpu6000 driver before mpu9250 -> need to change cal code

This commit is contained in:
David Sidrane
2015-11-20 02:22:40 -10:00
committed by Lorenz Meier
parent a631a595e5
commit fa3cccc96a
2 changed files with 5 additions and 5 deletions

View File

@@ -79,13 +79,13 @@ else
then
fi
# Internal SPI bus mpu9250 is rotated 90 deg yaw
if mpu9250 -R 2 start
# Internal SPI bus ICM-20608-G is rotated 90 deg yaw
if mpu6000 -R 2 -T 20608 start
then
fi
# Internal SPI bus ICM-20608-G is rotated 90 deg yaw
if mpu6000 -R 2 -T 20608 start
# Internal SPI bus mpu9250 is rotated 90 deg yaw
if mpu9250 -R 2 start
then
fi
else