summaryrefslogtreecommitdiffstats
path: root/src/tempmodule/temperature.h
blob: 2dfac736094603468dea9270b96ad3b3b1375f8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <inttypes.h>

#ifdef __cplusplus
extern "C" {
#endif

int get_resistance(int64_t vt, int64_t ra);
int get_temperature(int res);
int get_temp_subrange(short a, short b, int res);

#ifdef __cplusplus
}
#endif