#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