switch remaining boards to new InvenSense IMU drivers

This commit is contained in:
Daniel Agar
2020-03-25 01:07:33 -04:00
parent 7b12a21565
commit 7aa7f0ed95
66 changed files with 206 additions and 206 deletions
+3 -2
View File
@@ -25,8 +25,9 @@ px4_add_board(
#dshot
gps
#imu # all available imu drivers
imu/mpu6000
imu/mpu9250
imu/invensense/icm20602
imu/invensense/icm20608g
imu/invensense/mpu9250
irlock
lights/blinkm
lights/rgbled
+6 -10
View File
@@ -5,18 +5,14 @@
adc start
# External I2C bus
hmc5883 -T -X start
lis3mdl -X start
# Internal SPI bus ICM-20608-G
icm20608g -s -R 8 start
# Internal SPI bus ICM-20608-G is rotated 90 deg yaw
mpu6000 -s -R 2 -T 20608 start
# Internal SPI bus ICM-20602
icm20602 -s -R 8 start
# Internal SPI bus ICM-20602-G is rotated 90 deg yaw
mpu6000 -s -R 2 -T 20602 start
# Internal SPI bus mpu9250 is rotated 90 deg yaw
mpu9250 -s -R 2 start
# Internal SPI bus mpu9250
mpu9250 -s -R 8 start
# Possible external compasses
ist8310 -X start