FSM thermostat
port_thermostat.h
Go to the documentation of this file.
1
10
#ifndef PORT_THERMOSTAT_H
11
#define PORT_THERMOSTAT_H
12
13
/* Includes ------------------------------------------------------------------*/
14
/* Standard C includes */
15
16
/* HW dependent includes */
17
#include "
port_system.h
"
18
#include "
fsm_thermostat.h
"
19
20
/* Defines and macros --------------------------------------------------------*/
21
// HW Nucleo-STM32F446RE:
22
#define THERMOSTAT_MEASUREMENT_TIMER TIM2
29
void port_thermostat_timer_setup(fsm_thermostat_t *p_thermostat);
30
31
#endif
fsm_thermostat.h
Header file for the thermostat FSM.
port_system.h
Header for port_system.c file.
port
stm32f4
include
port_thermostat.h
Generated by
1.8.17