1 2 3 4 5 6 7 8 9 10
#ifndef THERMOSTAT_H #define THERMOSTAT_H #include "stm32f3xx_hal.h" float thermostat_process(void); #endif