From d8f903ae66e89b2fe71f4ba335e4d2c205051deb Mon Sep 17 00:00:00 2001 From: Markus Ransberger Date: Thu, 7 Sep 2023 02:41:54 +0200 Subject: [PATCH] Switched LED and button pin for level shifter. --- include/wordclock_constants.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wordclock_constants.h b/include/wordclock_constants.h index 8297cc8..688ce68 100644 --- a/include/wordclock_constants.h +++ b/include/wordclock_constants.h @@ -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