Files @ f153d4ca027c
Branch filter:

Location: therm-ng/inc/tempsense.h

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


#define TEMPSENSE_MAX_CS_PIN GPIO_PIN_15
#define TEMPSENSE_MAX_CS_PORT GPIOA


void tempsense_init(void);
void tempsense_readtemp(void);
float tempsense_gettemp(void);

#endif