mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
Refactor LED defines
This commit is contained in:
parent
cc2f2e9a5b
commit
2621e29e5f
7 changed files with 15 additions and 25 deletions
|
@ -32,4 +32,11 @@
|
|||
#define SD_CS_PIN 13
|
||||
#define WS2812_PIN 4
|
||||
|
||||
// LED definitions for the board
|
||||
#define GREEN 0
|
||||
#define YELLOW 1
|
||||
#define RED 2
|
||||
#define BLUE 3
|
||||
#define TEST_ALL_COLORS 10
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue