mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
variants: XIAO NRF52: Enable status LED
Fix the active state of the LEDs (active low) and enable the status LED. Signed-off-by: Frieder Schrempf <frieder@fris.de>
This commit is contained in:
parent
048bd268a1
commit
5235516dc7
1 changed files with 2 additions and 1 deletions
|
|
@ -34,8 +34,9 @@ extern "C"
|
|||
#define LED_RED (11)
|
||||
#define LED_GREEN (13)
|
||||
#define LED_BLUE (12)
|
||||
#define PIN_STATUS_LED (LED_BLUE)
|
||||
|
||||
#define LED_STATE_ON (1) // State when LED is litted
|
||||
#define LED_STATE_ON (0) // State when LED is on
|
||||
|
||||
// Buttons
|
||||
#define PIN_BUTTON1 (0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue