added periodic resending, free memory readout, rgb callibration.

This commit is contained in:
2019-01-07 18:59:05 +01:00
parent 775ff9313b
commit d2bb858317
8 changed files with 129 additions and 29 deletions

View File

@ -23,7 +23,6 @@ private:
public:
WirelessRelay(const uint16_t id, char nameIn[]);
WirelessRelay();
void setTimeout(uint64_t timeout);
void init(const uint16_t id, char nameIn[]);
void on();
void off();
@ -31,5 +30,6 @@ public:
void setName(char* name);
uint16_t getId();
bool getExpectedState();
void resend();
};
#endif