diff --git a/LeonardoProMicro/AutomatedGearShifter/AutomatedGearShifter.ino b/LeonardoProMicro/AutomatedGearShifter/AutomatedGearShifter.ino index e48f22a..8976da8 100644 --- a/LeonardoProMicro/AutomatedGearShifter/AutomatedGearShifter.ino +++ b/LeonardoProMicro/AutomatedGearShifter/AutomatedGearShifter.ino @@ -6,7 +6,7 @@ #include #include -#define Version "1.12.10" +#define Version "1.12.11" ////2DO: #define SCREEN_WIDTH 128 @@ -116,7 +116,8 @@ void setup() { delay(500); //INPUT pinMode(PinInSpeed, INPUT); - pinMode(PinInterrupt, INPUT_PULLUP); + pinMode(PinInterrupt, OUTPUT); + digitalWrite(PinInterrupt, HIGH); pinMode(Btn1, INPUT); //OUTPUT pinMode(PinLED, OUTPUT);