Files @ 02c66b160d15
Branch filter:

Location: therm-ng/inc/thermostat.h

Ethan Zonca
Add actual support for different temp units to tempsense
#ifndef THERMOSTAT_H
#define THERMOSTAT_H

#include "stm32f3xx_hal.h"


float thermostat_process(void);


#endif