Files @ c1b2840961f0
Branch filter:

Location: therm-ng/inc/thermostat.h

Ethan Zonca <ethanzonca>
Hacking thermostatic mode into operation. This code needs some love.
#ifndef THERMOSTAT_H
#define THERMOSTAT_H

#include "stm32f3xx_hal.h"
#include "flash.h"
#include "gpio.h"
#include "stdlib.h"
#include "display.h"


float thermostat_process(void);


#endif