AP_HAL_ChibiOS: CubeNode-ETH add LEDs

Added the LEDs for CubeNode-ETH to the hwdef
This commit is contained in:
Hayden Donald 2024-11-18 11:50:36 +11:00 committed by Peter Barker
parent a29b8a4f5a
commit 2308968737
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,11 @@ SERIAL_ORDER OTG1 UART8
PA4 VDD_5V_SENS ADC1 SCALE(2)
# LEDs
undef PC11
PC11 LED0 OUTPUT LOW GPIO(0)
PB14 LED1 OUTPUT LOW GPIO(1)
undef HAL_USE_ADC
define HAL_USE_ADC TRUE
define HAL_WITH_MCU_MONITORING 1