From 5a23fc717fa3c51176e06f8672d526bd63bf4b59 Mon Sep 17 00:00:00 2001 From: Asbelos Date: Thu, 2 Jul 2020 08:04:38 +0100 Subject: [PATCH] currecting unused pin --- Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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