Files @ f602474ad6c6
Branch filter:

Location: therm-ng/inc/thermostat.h

ethanzonca
Initial work on max31856 driver, etc
#ifndef THERMOSTAT_H
#define THERMOSTAT_H

#include "stm32f3xx_hal.h"


float thermostat_process(void);


#endif