mirror of https://github.com/ArduPilot/ardupilot
HAL_ChibiOS: hwdef: add support for ICP101XX to CUAV_GPS
This commit is contained in:
parent
522f1fa6de
commit
8a83e02e59
|
@ -85,6 +85,8 @@ COMPASS RM3100 SPI:rm3100 false ROTATION_PITCH_180
|
||||||
# baro
|
# baro
|
||||||
BARO BMP388 I2C:0:0x76
|
BARO BMP388 I2C:0:0x76
|
||||||
BARO MS56XX SPI:ms5611
|
BARO MS56XX SPI:ms5611
|
||||||
|
BARO ICP101XX I2C:0:0x63
|
||||||
|
BARO ICP101XX I2C:0:0x64
|
||||||
|
|
||||||
# PWM output for buzzer
|
# PWM output for buzzer
|
||||||
PB10 TIM2_CH3 TIM2 GPIO(77) LOW ALARM
|
PB10 TIM2_CH3 TIM2 GPIO(77) LOW ALARM
|
||||||
|
|
Loading…
Reference in New Issue