mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-01-27 04:38:52 +01:00
PROG_TRIP_CURRENT defined here until made runtime changable
This commit is contained in:
parent
527cc92eac
commit
9917035534
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user