Refactor LED defines

This commit is contained in:
Daniel 2023-11-14 21:52:41 +02:00
parent cc2f2e9a5b
commit 2621e29e5f
7 changed files with 15 additions and 25 deletions

View file

@ -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