timer demo

This commit is contained in:
Siwat Sirichai 2023-09-30 00:56:25 +07:00
parent 86d4d3f3d1
commit 576abc1c90
4 changed files with 26 additions and 27 deletions

View file

@ -35,4 +35,5 @@ extern bool input_get_state(int id);
extern void ac_set_state(int mode, int temperature, int fan_speed);
extern uint8_t ac_get_temperature();
extern uint8_t ac_get_mode();
extern uint8_t ac_get_fan_speed();
extern uint8_t ac_get_fan_speed();
extern bool standalone;