FSM thermostat
port_thermostat.c File Reference
#include <stdlib.h>
#include <math.h>
#include "port_thermostat.h"

Go to the source code of this file.

Functions

void port_thermostat_timer_setup (fsm_thermostat_t *p_thermostat)
 Initializes the timer of the thermostat. More...
 

Function Documentation

◆ port_thermostat_timer_setup()

void port_thermostat_timer_setup ( fsm_thermostat_t p_thermostat)

Initializes the timer of the thermostat.

Parameters
p_thermostatPointer to the thermostat structure.

Definition at line 19 of file port_thermostat.c.