esp32-warm-water
esp32 based project for the control of a heating element based on temperature
main
include
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
check_relay
void check_relay(float average_temp)
Definition:
main.c:149
check_system_handler
void check_system_handler(void *arg)
Definition:
main.c:134
relay_deinit
void relay_deinit(void)
Generated by
1.9.1