diff --git a/Config.h b/Config.h index 1290d0f..439048b 100644 --- a/Config.h +++ b/Config.h @@ -14,7 +14,7 @@ const byte PROG_POWER_PIN = 11; const byte PROG_SIGNAL_PIN = 13; const byte PROG_SIGNAL_PIN_ALT = 0; // for hardware that flipflops signal pins const byte PROG_SENSE_PIN = A1; -const byte PROG_BRAKE_PIN = 10; +const byte PROG_BRAKE_PIN = 8; const float PROG_SENSE_FACTOR=1; // analgRead(PROG_SENSE_PIN) * PROG_SENSE_FACTOR = milliamps