mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-29 19:57:12 +08:00
boards: centralize optional external I2C sensor start
- configured with new parameter SENS_EXT_I2C_PRB
This commit is contained in:
@@ -15,19 +15,9 @@ icm20602 -R 12 -s start
|
||||
# Internal SPI bus ICM-42688
|
||||
icm42688p -R 12 -s start
|
||||
|
||||
# Internal SPI bus BMI088 accel
|
||||
# Internal SPI bus BMI088 accel/gyro
|
||||
bmi088 -A -R 4 -s start
|
||||
|
||||
# Internal SPI bus BMI088 gyro
|
||||
bmi088 -G -R 4 -s start
|
||||
|
||||
# Possible external compasses
|
||||
ist8310 -X start
|
||||
hmc5883 -T -X start
|
||||
qmc5883 -X start
|
||||
|
||||
# Internal I2C Baro
|
||||
bmp388 -I start
|
||||
|
||||
# External RM3100
|
||||
rm3100 -X start
|
||||
|
||||
Reference in New Issue
Block a user