forked from Archive/PX4-Autopilot
px4fmu-v5 starts ICM 20602 and ICM 20689
This commit is contained in:
parent
749fd2f155
commit
489ee58773
|
@ -325,13 +325,12 @@ fi
|
||||||
if ver hwcmp PX4FMU_V5
|
if ver hwcmp PX4FMU_V5
|
||||||
then
|
then
|
||||||
# Internal SPI bus ICM-20602
|
# Internal SPI bus ICM-20602
|
||||||
if mpu6000 -R 2 -T 20602 start
|
if mpu6000 -R 2 -s -T 20602 start
|
||||||
then
|
then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Internal SPI bus ICM-20689
|
# Internal SPI bus ICM-20689
|
||||||
# Place holder Need 20689 Support added
|
if mpu6000 -R 2 -z -T 20689 start
|
||||||
if mpu6000 -R 2 -T 20608 start
|
|
||||||
then
|
then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue