mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
px4fmu-v5 starts ICM 20602 and ICM 20689
This commit is contained in:
committed by
Lorenz Meier
parent
749fd2f155
commit
489ee58773
@@ -325,13 +325,12 @@ fi
|
||||
if ver hwcmp PX4FMU_V5
|
||||
then
|
||||
# Internal SPI bus ICM-20602
|
||||
if mpu6000 -R 2 -T 20602 start
|
||||
if mpu6000 -R 2 -s -T 20602 start
|
||||
then
|
||||
fi
|
||||
|
||||
# Internal SPI bus ICM-20689
|
||||
# Place holder Need 20689 Support added
|
||||
if mpu6000 -R 2 -T 20608 start
|
||||
if mpu6000 -R 2 -z -T 20689 start
|
||||
then
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user