Files @ 6cc8fa5ae0f6
Branch filter:

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

Ethan Zonca
Temp reading finally working!
#ifndef THERMOSTAT_H
#define THERMOSTAT_H

#include "stm32f3xx_hal.h"


float thermostat_process(void);


#endif