mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 02:16:53 +08:00
new Bosch BMI088 IMU driver using FIFOs and DRDY
This commit is contained in:
@@ -29,7 +29,7 @@ px4_add_board(
|
||||
gps
|
||||
#heater
|
||||
#imu # all available imu drivers
|
||||
imu/bmi088
|
||||
imu/bosch/bmi088
|
||||
imu/invensense/icm20602
|
||||
imu/invensense/icm20948
|
||||
irlock
|
||||
|
||||
@@ -9,8 +9,8 @@ adc start
|
||||
icm20602 -s -R 8 start
|
||||
|
||||
# Internal SPI bus BMI088 accel & gyro
|
||||
bmi088 -A -R 10 -s start
|
||||
bmi088 -G -R 10 -s start
|
||||
bmi088 -A -R 8 -s start
|
||||
bmi088 -G -R 8 -s start
|
||||
|
||||
# Internal ICM-20948 (with magnetometer)
|
||||
icm20948 -s -R 8 -M start
|
||||
|
||||
Reference in New Issue
Block a user