Files @ e81c09ec6423
Branch filter:

Location: therm-ng/inc/tempsense.h

Ethan Zonca
Merge
#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