FSM thermostat
|
Header file for the thermostat system port layer. More...
Go to the source code of this file.
Macros | |
#define | THERMOSTAT_MEASUREMENT_TIMER TIM2 |
Functions | |
void | port_thermostat_timer_setup (fsm_thermostat_t *p_thermostat) |
Initializes the timer of the thermostat. More... | |
Header file for the thermostat system port layer.
Source file for the thermostat system port layer.
Definition in file port_thermostat.h.
#define THERMOSTAT_MEASUREMENT_TIMER TIM2 |
Timer to measure the temperature
Definition at line 22 of file port_thermostat.h.
void port_thermostat_timer_setup | ( | fsm_thermostat_t * | p_thermostat | ) |
Initializes the timer of the thermostat.
p_thermostat | Pointer to the thermostat structure. |
Definition at line 19 of file port_thermostat.c.