aboutsummaryrefslogtreecommitdiffstats
path: root/src/lm75.h
blob: d64696bfdf6c725a48c2ae5ab71c3d9eb617eb50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef _LM75_INCLUDED
#define _LM75_INCLUDED

#include "deftypes.h"

// extern int file;

//# Global funcions:
void lm75_print_all(const uchar *opts);              
void lm75_read_all(const uchar *opts);
void lm75_read_one(const uchar *opts);
void lm75_conf_set(const uchar *opts);


//Local functions:
// uchar   *xchg_data  (uchar *buf, uint8 wrlen, uint8 waitlen, uint8 rdlen);
// static float calc_temp(float offset);
// static float read_tos(void);
// static float read_thys(void);
// static uchar read_conf(void);


#endif