Files @ 12de82b953bd
Branch filter:

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

ethanzonca
Work on max temp reading lib
#ifndef TEMPSENSE_H
#define TEMPSENSE_H


#define TEMPSENSE_MAX_CS_PIN GPIO_PIN_15
#define TEMPSENSE_MAX_CS_PORT GPIOA


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

#endif