mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
new Bosch BMI088 IMU driver using FIFOs and DRDY
This commit is contained in:
@@ -24,7 +24,7 @@ px4_add_board(
|
||||
distance_sensor # all available distance sensor drivers
|
||||
dshot
|
||||
gps
|
||||
imu/bmi088
|
||||
imu/bosch/bmi088
|
||||
imu/invensense/icm20602
|
||||
imu/invensense/icm42688p
|
||||
irlock
|
||||
|
||||
@@ -15,9 +15,9 @@ icm20602 -R 12 -s start
|
||||
# Internal SPI bus ICM-42688
|
||||
icm42688p -R 12 -s start
|
||||
|
||||
# Internal SPI bus BMI088 accel/gyro
|
||||
bmi088 -A -R 4 -s start
|
||||
bmi088 -G -R 4 -s start
|
||||
# Internal SPI4 BMI088
|
||||
bmi088 -A -R 12 -s start
|
||||
bmi088 -G -R 12 -s start
|
||||
|
||||
# Internal I2C Baro
|
||||
bmp388 -I start
|
||||
|
||||
Reference in New Issue
Block a user