Switched LED and button pin for level shifter.
This commit is contained in:
@@ -27,8 +27,8 @@ typedef enum
|
||||
EEPROM_SIZE = 30
|
||||
} EepromLayout_en;
|
||||
|
||||
#define NEOPIXEL_PIN 5 // pin to which the NeoPixels are attached
|
||||
#define BUTTON_PIN 14 // pin to which the button is attached
|
||||
#define NEOPIXEL_PIN 14 // pin to which the NeoPixels are attached
|
||||
#define BUTTON_PIN 5 // pin to which the button is attached
|
||||
|
||||
// Night mode
|
||||
#define NIGHTMODE_START_HR 23
|
||||
|
||||
Reference in New Issue
Block a user