mirror of
https://github.com/KevinMidboe/oled_workout_tracker.git
synced 2025-10-29 09:40:28 +00:00
Updated to also run on esp8266.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Rotary Encoder Inputs
|
||||
#define CLK 2
|
||||
#define DT 3
|
||||
#define SW 4
|
||||
#define CLK 13
|
||||
#define DT 12
|
||||
#define SW 14
|
||||
|
||||
int counter = 0;
|
||||
int currentStateCLK;
|
||||
|
||||
Reference in New Issue
Block a user