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