1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-26 17:46:14 +01:00

PROG_TRIP_CURRENT defined here until made runtime changable

This commit is contained in:
Harald Barth 2020-09-26 23:33:47 +02:00
parent 527cc92eac
commit 9917035534

View File

@ -14,6 +14,10 @@
const byte UNUSED_PIN = 255;
// Trip current for programming track in mA. Change only if you really
// need to be non-NMRA-compliant because of decoders that are not either.
#define TRIP_CURRENT_PROG 250
// MotorDriver(byte power_pin, byte signal_pin, byte signal_pin2, byte brake_pin, byte current_pin,
// float senseFactor, unsigned int tripMilliamps, byte faultPin);