mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
led and button assigned in ui
This commit is contained in:
parent
ea24a12ba3
commit
512f0900da
1 changed files with 2 additions and 0 deletions
|
|
@ -65,6 +65,7 @@
|
|||
#define LED_GREEN (33)
|
||||
#define LED_BLUE (14)
|
||||
|
||||
#define PIN_STATUS_LED LED_GREEN
|
||||
#define LED_BUILTIN LED_GREEN
|
||||
#define PIN_LED LED_BUILTIN
|
||||
#define LED_PIN LED_BUILTIN
|
||||
|
|
@ -78,6 +79,7 @@
|
|||
|
||||
#define PIN_BUTTON1 (42)
|
||||
#define BUTTON_PIN PIN_BUTTON1
|
||||
#define PIN_USER_BTN BUTTON_PIN
|
||||
|
||||
#define PIN_BUTTON2 (11)
|
||||
#define BUTTON_PIN2 PIN_BUTTON2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue