mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 19:07:45 +08:00
boards: px4/fmu-v4pro cleanup rc.board_sensors
- board has either an icm20602 or icm20608g, not both - probe all typical externally compasses
This commit is contained in:
@@ -7,11 +7,11 @@ rgbled start -I
|
|||||||
|
|
||||||
adc start
|
adc start
|
||||||
|
|
||||||
# Internal SPI bus ICM-20608-G
|
# Internal SPI bus ICM-20602 or ICM-20608-G
|
||||||
icm20608g -s -R 8 start
|
if ! icm20602 -s -R 8 start
|
||||||
|
then
|
||||||
# Internal SPI bus ICM-20602
|
icm20608g -s -R 8 start
|
||||||
icm20602 -s -R 8 start
|
fi
|
||||||
|
|
||||||
# Internal SPI bus mpu9250
|
# Internal SPI bus mpu9250
|
||||||
mpu9250 -s -R 8 start
|
mpu9250 -s -R 8 start
|
||||||
@@ -19,12 +19,12 @@ mpu9250 -s -R 8 start
|
|||||||
# Internal SPI bus
|
# Internal SPI bus
|
||||||
lis3mdl -s -R 0 start
|
lis3mdl -s -R 0 start
|
||||||
|
|
||||||
# Possible external compasses
|
|
||||||
hmc5883 -T -X start
|
|
||||||
qmc5883 -X start
|
|
||||||
|
|
||||||
# RM3100
|
|
||||||
rm3100 -X start
|
|
||||||
|
|
||||||
# Internal SPI
|
# Internal SPI
|
||||||
ms5611 -s start
|
ms5611 -s start
|
||||||
|
|
||||||
|
# Possible external compasses
|
||||||
|
hmc5883 -T -X start
|
||||||
|
lis3mdl -X start
|
||||||
|
ist8310 -X start
|
||||||
|
qmc5883 -X start
|
||||||
|
rm3100 -X start
|
||||||
|
|||||||
Reference in New Issue
Block a user