add free memory command
add read and write nfc commands fix function sending
This commit is contained in:
2
train.h
2
train.h
@ -34,7 +34,7 @@ public:
|
||||
void setFunctionMask(uint8_t functionmask) {_functionmask = functionmask;}
|
||||
uint8_t getFunctions();
|
||||
uint8_t getFunctionMask();
|
||||
void sendFunction(const uint8_t function, bool enable = true);
|
||||
void setFunction(const uint8_t function, bool enable = true);
|
||||
|
||||
uint8_t getQuirks();
|
||||
void setQuirks(uint8_t quirks);
|
||||
|
Reference in New Issue
Block a user