mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
HAL_ChibiOS: added extra LEDs for CUAVv5
This commit is contained in:
parent
ea2970bf26
commit
155ccdd6e1
@ -2,3 +2,22 @@
|
||||
# for CUAVv5 hardware.
|
||||
|
||||
include ../fmuv5/hwdef.dat
|
||||
|
||||
# extra LEDs, active low, used using the pixracer LED scheme
|
||||
PH10 LED_R OUTPUT HIGH GPIO(0)
|
||||
PH11 LED_G OUTPUT HIGH GPIO(1)
|
||||
PH12 LED_B OUTPUT HIGH GPIO(2)
|
||||
|
||||
undef HAL_GPIO_A_LED_PIN
|
||||
undef HAL_GPIO_B_LED_PIN
|
||||
|
||||
define HAL_GPIO_A_LED_PIN 0
|
||||
define HAL_GPIO_B_LED_PIN 1
|
||||
define HAL_GPIO_C_LED_PIN 2
|
||||
|
||||
define HAL_GPIO_LED_ON 0
|
||||
define HAL_GPIO_LED_OFF 1
|
||||
|
||||
define HAL_HAVE_PIXRACER_LED
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user