change to callback
This commit is contained in:
parent
974f7ac007
commit
ea4974893e
4 changed files with 170 additions and 42 deletions
|
|
@ -38,4 +38,11 @@ uint16_t get_pm25_out();
|
|||
uint16_t get_pm25_in();
|
||||
float get_temp_out();
|
||||
void toggle_pm_switch();
|
||||
void set_pm_fanspeed(uint8_t speed);
|
||||
void set_pm_fanspeed(uint8_t speed);
|
||||
void display_update();
|
||||
void pm25outupdatedisplay(char* value);
|
||||
void pm25inupdatedisplay(char* value);
|
||||
void tempoutupdatedisplay(char* value);
|
||||
void weatherupdatedisplay(char* value);
|
||||
void pmfanspeedupdatedisplay(char* value);
|
||||
void pmswitchupdatedisplay(char* value);
|
||||
Loading…
Add table
Add a link
Reference in a new issue