programmable wireless relay store changes
This commit is contained in:
@ -4,12 +4,11 @@
|
||||
#include<util/delay.h>
|
||||
#include"writepin.h"
|
||||
|
||||
#define LARGE_TIME 750
|
||||
#define SMALL_TIME 250
|
||||
|
||||
class WirelessRelay
|
||||
{
|
||||
public:
|
||||
static const uint16_t LARGE_TIME = 750;
|
||||
static const uint8_t SMALL_TIME = 250;
|
||||
|
||||
static const uint16_t MAX_NAME_LENGTH = 32;
|
||||
|
||||
|
Reference in New Issue
Block a user