control burner based on table
This commit is contained in:
@ -22,7 +22,6 @@ typedef enum _ControlWeekday
|
||||
FRIDAY,
|
||||
SATURDAY,
|
||||
SUNDAY,
|
||||
WEEKDAY_COUNT
|
||||
} eControlWeekday;
|
||||
|
||||
typedef struct _ControlTimestamp
|
||||
@ -46,4 +45,4 @@ typedef struct _ControlDay
|
||||
} sControlDay;
|
||||
|
||||
void initControl(void);
|
||||
eControlState getControlState(void);
|
||||
eControlState getControlState(void);
|
||||
|
Reference in New Issue
Block a user