new Bosch BMI088 IMU driver using FIFOs and DRDY

This commit is contained in:
Daniel Agar
2020-06-04 16:16:40 -04:00
parent b6ec00c079
commit 13e34b32e6
30 changed files with 1801 additions and 1739 deletions
+1 -1
View File
@@ -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