mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-26 17:46:14 +01:00
comment negative/inverted pin
This commit is contained in:
parent
5ad396fbf4
commit
6f68adbfe9
|
@ -35,7 +35,7 @@ class MotorDriver {
|
|||
|
||||
private:
|
||||
byte powerPin, signalPin, signalPin2, currentPin, faultPin;
|
||||
int8_t brakePin;
|
||||
int8_t brakePin; // negative means pin is inverted
|
||||
float senseFactor;
|
||||
unsigned int tripMilliamps;
|
||||
int rawCurrentTripValue;
|
||||
|
|
Loading…
Reference in New Issue
Block a user