mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-01-11 13:21:01 +01:00
currecting unused pin
This commit is contained in:
parent
9ebe4ad834
commit
5a23fc717f
2
Config.h
2
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user