mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_Notify: Add flymaple LED definitions
This commit is contained in:
parent
4d10a96077
commit
b7e182e056
@ -55,6 +55,12 @@
|
||||
# define HAL_GPIO_C_LED_PIN 25
|
||||
# define HAL_GPIO_LED_ON LOW
|
||||
# define HAL_GPIO_LED_OFF HIGH
|
||||
#elif CONFIG_HAL_BOARD == HAL_BOARD_FLYMAPLE
|
||||
# define HAL_GPIO_A_LED_PIN 13
|
||||
# define HAL_GPIO_B_LED_PIN 13
|
||||
# define HAL_GPIO_C_LED_PIN 13
|
||||
# define HAL_GPIO_LED_ON LOW
|
||||
# define HAL_GPIO_LED_OFF HIGH
|
||||
#endif
|
||||
|
||||
class AP_BoardLED
|
||||
|
Loading…
Reference in New Issue
Block a user