added periodic resending, free memory readout, rgb callibration.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user