mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
AP_HAL_ChibiOS: add replacement mag on CubeOrangePlus
This commit is contained in:
parent
35f05738d0
commit
11154ef783
@ -27,6 +27,17 @@ undef CHECK_IMU2_PRESENT
|
||||
undef CHECK_ICM20649
|
||||
undef BOARD_VALIDATE
|
||||
undef IMU
|
||||
undef I2C_ORDER
|
||||
|
||||
PF14 I2C4_SCL I2C4
|
||||
PF15 I2C4_SDA I2C4
|
||||
|
||||
define HAL_SKIP_AUTO_INTERNAL_I2C_PROBE
|
||||
define HAL_I2C_INTERNAL_MASK 4
|
||||
|
||||
I2C_ORDER I2C2 I2C1 I2C4
|
||||
|
||||
COMPASS AK09916 I2C:2:0x0C false ROTATION_ROLL_180_YAW_225
|
||||
|
||||
PG1 ICM45686_CS CS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user