esp32-warm-water
esp32 based project for the control of a heating element based on temperature
control.h
Go to the documentation of this file.
1 #ifndef CONTROL_H
2 #define CONTROL_H
3 
4 void check_system_handler(void *arg);
5 void check_relay(float average_temp);
6 void relay_deinit(void);
7 
8 #endif // CONTROL_H
void check_relay(float average_temp)
Definition: main.c:149
void check_system_handler(void *arg)
Definition: main.c:134
void relay_deinit(void)