Files @ f153d4ca027c
Branch filter:

Location: therm-ng/inc/thermostat.h

Ethan Zonca
PID control kinda working, still can't do 0percent duty
#ifndef THERMOSTAT_H
#define THERMOSTAT_H

#include "stm32f3xx_hal.h"


float thermostat_process(void);


#endif