diff --git a/src/main.cpp b/src/main.cpp index c4a08db..fb7269a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -207,11 +207,11 @@ volatile unsigned long howLongInMillis; //#include //https://github.com/JChristensen/Button //from change to #include -#define UP_pin 25 //4 -#define DOWN_pin 26 //5 -#define LEFT_pin 27 //6 -#define RIGHT_pin 14 //7 -#define OK_pin 12 //8 +// #define UP_pin 25 //4 +// #define DOWN_pin 26 //5 +// #define LEFT_pin 27 //6 +// #define RIGHT_pin 14 //7 +// #define OK_pin 12 //8 #define UP_PIN 25 //4 //Connect two tactile button switches (or something similar) #define DN_PIN 26 //5 //from Arduino pin 2 to ground and from pin 3 to ground.