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

#include "deftypes.h"

// extern int file;

void lm75_print_all(void);              //# Global funcions, required by main()
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