Files @ c1b2840961f0
Branch filter:

Location: therm-ng/inc/tempsense.h

Ethan Zonca <ethanzonca>
Hacking thermostatic mode into operation. This code needs some love.
#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