correct rotary encoder pins for pcb

This commit is contained in:
Daan Meijer 2025-03-07 23:40:35 +01:00
parent 9204e49e87
commit d66db88652

View File

@ -3,8 +3,8 @@
#include <Arduino.h> #include <Arduino.h>
#define PIN_A 2 #define PIN_A 2
#define PIN_B 3 #define PIN_B 1
#define PIN_KEY 4 #define PIN_KEY 0
#define KEY_DURATION_MS 150 #define KEY_DURATION_MS 150