mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: add SPL06 to MambaH743v4
The Diatone Mamba MK4 H743 v2 Flight Control have moved from the DPS280 barometer to using SPL06. https://www.diatone.us/products/mamba-mk4-h743-v2-flight-control-30mm-m3l
This commit is contained in:
parent
30dea46cc5
commit
cc0b2ab3bb
|
@ -183,8 +183,9 @@ IMU Invensensev3 SPI:icm42688_2 ROTATION_ROLL_180_YAW_270
|
||||||
|
|
||||||
define HAL_LOGGING_DATAFLASH_DRIVER AP_Logger_W25N01GV
|
define HAL_LOGGING_DATAFLASH_DRIVER AP_Logger_W25N01GV
|
||||||
|
|
||||||
# one BARO
|
# DPS280 or SPL06 integrated on I2C bus
|
||||||
BARO DPS280 I2C:0:0x76
|
BARO DPS280 I2C:0:0x76
|
||||||
|
BARO SPL06 I2C:0:0x76
|
||||||
|
|
||||||
# setup for OSD
|
# setup for OSD
|
||||||
define OSD_ENABLED 1
|
define OSD_ENABLED 1
|
||||||
|
|
Loading…
Reference in New Issue