Files @ 9030f018bc25
Branch filter:

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

ethanzonca
Work on minor graphics stuff, fix temp sensor type setting issue
#ifndef THERMOSTAT_H
#define THERMOSTAT_H

#include "stm32f3xx_hal.h"


float thermostat_process(void);


#endif