Files @ 12de82b953bd
Branch filter:

Location: therm-ng/inc/thermostat.h - annotation

ethanzonca
Work on max temp reading lib
#ifndef THERMOSTAT_H
#define THERMOSTAT_H

#include "stm32f3xx_hal.h"


float thermostat_process(void);


#endif