reformat source in uvosstyle
This commit is contained in:
@ -8,20 +8,20 @@
|
||||
class WirelessRelay: public Item
|
||||
{
|
||||
public:
|
||||
static constexpr uint16_t LARGE_TIME = 750;
|
||||
static constexpr uint8_t SMALL_TIME = 250;
|
||||
|
||||
static constexpr uint16_t MAX_NAME_LENGTH = 16;
|
||||
|
||||
static constexpr uint16_t LARGE_TIME = 750;
|
||||
static constexpr uint8_t SMALL_TIME = 250;
|
||||
|
||||
static constexpr uint16_t MAX_NAME_LENGTH = 16;
|
||||
|
||||
private:
|
||||
void sendBit(const bool i);
|
||||
void sync();
|
||||
void sendId();
|
||||
|
||||
void sendBit(const bool i);
|
||||
void sync();
|
||||
void sendId();
|
||||
|
||||
public:
|
||||
WirelessRelay(const uint16_t idIn, char nameIn[]);
|
||||
WirelessRelay(const Item& item);
|
||||
void setValue(const uint8_t value);
|
||||
WirelessRelay(const uint16_t idIn, char nameIn[]);
|
||||
WirelessRelay(const Item& item);
|
||||
void setValue(const uint8_t value);
|
||||
void resend();
|
||||
};
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user