Files @ c204b66d229e
Branch filter:

Location: therm-ng/inc/thermostat.h

Ethan Zonca
Disable LTO, was preventing successful run
#ifndef THERMOSTAT_H
#define THERMOSTAT_H

#include "stm32f3xx_hal.h"


float thermostat_process(void);


#endif