Updated to also run on esp8266.

This commit is contained in:
2020-08-22 20:21:44 +02:00
committed by KevinMidboe
parent 14253b35f6
commit 5a3a8ed232
2 changed files with 19 additions and 7 deletions

View File

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