Files @ 9ae5559ab974
Branch filter:

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

matthewreed
Added current setpoint number to heating screens, and a few fixes for floating point numbers and such.
#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