mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
AP_HAL_ChibiOS: CUAVv5: use icm42688p instead of icm20602
This commit is contained in:
parent
573cb0494d
commit
81b129d3b3
@ -20,4 +20,15 @@ define HAL_GPIO_LED_OFF 1
|
||||
|
||||
define HAL_HAVE_PIXRACER_LED
|
||||
|
||||
undef IMU
|
||||
undef PF11
|
||||
|
||||
PF11 ICM42688_CS CS SPEED_VERYLOW
|
||||
|
||||
SPIDEV icm42688 SPI1 DEVID2 ICM42688_CS MODE3 2*MHZ 8*MHZ
|
||||
|
||||
IMU Invensense SPI:icm20689 ROTATION_NONE
|
||||
IMU Invensense SPI:icm20602 ROTATION_NONE
|
||||
IMU Invensensev3 SPI:icm42688 ROTATION_PITCH_180_YAW_270
|
||||
IMU BMI055 SPI:bmi055_a SPI:bmi055_g ROTATION_ROLL_180_YAW_90
|
||||
IMU BMI088 SPI:bmi055_a SPI:bmi055_g ROTATION_ROLL_180_YAW_90
|
||||
|
Loading…
Reference in New Issue
Block a user