mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
hwdef: add SPA06 to Kakute hwdef
add SPA06 support to Kakute H7 Wing, F4 model add define AP_BARO_SPL06_ENABLED to kakute F4
This commit is contained in:
parent
7937a93094
commit
8fc23211ea
@ -139,8 +139,10 @@ IMU Invensense SPI:mpu6000 ROTATION_YAW_180
|
|||||||
|
|
||||||
# one baro
|
# one baro
|
||||||
BARO BMP280 I2C:0:0x76
|
BARO BMP280 I2C:0:0x76
|
||||||
|
BARO SPL06 I2C:0:0x76
|
||||||
define AP_BARO_BACKEND_DEFAULT_ENABLED 0
|
define AP_BARO_BACKEND_DEFAULT_ENABLED 0
|
||||||
define AP_BARO_BMP280_ENABLED 1
|
define AP_BARO_BMP280_ENABLED 1
|
||||||
|
define AP_BARO_SPL06_ENABLED 1
|
||||||
|
|
||||||
# enable logging to dataflash
|
# enable logging to dataflash
|
||||||
define HAL_LOGGING_DATAFLASH_ENABLED 1
|
define HAL_LOGGING_DATAFLASH_ENABLED 1
|
||||||
|
@ -204,6 +204,7 @@ IMU Invensensev3 SPI:icm42688 ROTATION_PITCH_180_YAW_270
|
|||||||
|
|
||||||
# BMP280 integrated on I2C4 bus
|
# BMP280 integrated on I2C4 bus
|
||||||
BARO BMP280 I2C:0:0x76
|
BARO BMP280 I2C:0:0x76
|
||||||
|
BARO SPL06 I2C:0:0x76
|
||||||
|
|
||||||
define HAL_OS_FATFS_IO 1
|
define HAL_OS_FATFS_IO 1
|
||||||
|
|
||||||
|
@ -150,6 +150,7 @@ IMU Invensensev3 SPI:icm42688 ROTATION_ROLL_180_YAW_270
|
|||||||
|
|
||||||
# one BARO
|
# one BARO
|
||||||
BARO BMP280 I2C:0:0x76
|
BARO BMP280 I2C:0:0x76
|
||||||
|
BARO SPL06 I2C:0:0x76
|
||||||
|
|
||||||
define HAL_OS_FATFS_IO 1
|
define HAL_OS_FATFS_IO 1
|
||||||
|
|
||||||
|
@ -153,6 +153,7 @@ IMU Invensensev3 SPI:icm42688 ROTATION_PITCH_180_YAW_90
|
|||||||
|
|
||||||
# one BARO
|
# one BARO
|
||||||
BARO BMP280 I2C:0:0x76
|
BARO BMP280 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
Block a user