fix train encodeing make, negative idle pulse optional
This commit is contained in:
parent
ebd3953755
commit
86c36f7a21
4
train.h
4
train.h
|
@ -43,13 +43,13 @@ public:
|
|||
Train(const uint8_t address, uint8_t functionmask = 0b1111);
|
||||
Train();
|
||||
|
||||
void resendData();
|
||||
void sendData();
|
||||
|
||||
void reverse();
|
||||
|
||||
void stop();
|
||||
|
||||
bool isActive() {return _speed || _function;}
|
||||
bool isActive() {return getSpeed() || getFunctions();}
|
||||
|
||||
uint8_t getAddress();
|
||||
|
||||
|
|
Loading…
Reference in a new issue