Files @ 2b4eb31dd8da
Branch filter:

Location: therm-ng/inc/thermostat.h

ethanzonca
Rework some structure to segregate business logic of PID / thermostatic control / temp sensing
#ifndef THERMOSTAT_H
#define THERMOSTAT_H

#include "stm32f3xx_hal.h"


float thermostat_process(void);


#endif