Files @ 752fd27f607a
Branch filter:

Location: therm-ng/inc/tempsense.h

Ethan Zonca
Basic code cleanup
#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