mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
boards: centralize optional external I2C sensor start
- configured with new parameter SENS_EXT_I2C_PRB
This commit is contained in:
@@ -15,17 +15,10 @@ icm20602 -R 2 -s start
|
||||
# Internal SPI bus ISM300DLC
|
||||
ism330dlc -s start
|
||||
|
||||
# Internal SPI bus BMI088 accel
|
||||
# Internal SPI bus BMI088 accel/gyro
|
||||
bmi088 -A -R 12 -s start
|
||||
|
||||
# Internal SPI bus BMI088 gyro
|
||||
bmi088 -G -R 12 -s start
|
||||
|
||||
# Possible external compasses
|
||||
ist8310 -X start
|
||||
hmc5883 -T -X start
|
||||
qmc5883 -X start
|
||||
|
||||
# Possible internal compass
|
||||
bmm150 -I start
|
||||
|
||||
@@ -35,6 +28,3 @@ bmp388 -I -a 0x77 start
|
||||
|
||||
# Baro on I2C3
|
||||
ms5611 -X start
|
||||
|
||||
# External RM3100
|
||||
rm3100 -X start
|
||||
|
||||
Reference in New Issue
Block a user