Files @ 9030f018bc25
Branch filter:

Location: therm-ng/inc/tempsense.h

ethanzonca
Work on minor graphics stuff, fix temp sensor type setting issue
#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