HAL_ChibiOS: added extra LEDs for CUAVv5

This commit is contained in:
Andrew Tridgell 2019-01-16 12:44:29 +11:00
parent ea2970bf26
commit 155ccdd6e1

View File

@ -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