mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: add SPA06 baro for RadiolinkPIX6
This commit is contained in:
parent
98f3a4b7d5
commit
52c94e2a5b
|
@ -15,7 +15,7 @@ Featuring STM32F7 cpu, vibration isolation of IMUs, redundant IMUs, integrated
|
|||
- Sensors
|
||||
- Bosh BMI088 IMU (accel, gyro)
|
||||
- InvenSense ICM-42688 IMU (accel, gyro)
|
||||
- SPL06 barometer
|
||||
- SPA06 barometer
|
||||
- IST8310 magnetometer
|
||||
- Power
|
||||
- SMBUS/I2C Power Module Inputs(I2C)
|
||||
|
|
|
@ -187,6 +187,7 @@ COMPASS IST8310 I2C:ALL_INTERNAL:0x0E false ROTATION_ROLL_180
|
|||
|
||||
# one baro
|
||||
BARO SPL06 I2C:0:0x76
|
||||
BARO SPA06 I2C:0:0x76
|
||||
|
||||
# microSD support
|
||||
PC8 SDMMC_D0 SDMMC1
|
||||
|
|
Loading…
Reference in New Issue