Files @ f602474ad6c6
Branch filter:

Location: therm-ng/inc/tempsense.h

ethanzonca
Initial work on max31856 driver, etc
1
2
3
4
5
6
7
8
#ifndef TEMPSENSE_H
#define TEMPSENSE_H


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

#endif