#ifndef _LM75_INCLUDED #define _LM75_INCLUDED // extern int file; // // void lm75_list_all(void); // void lm75_read_all(const char *opts); // void lm75_print_all(void); //# Global funcions, required by main() void lm75_read_all(const char *opts); void lm75_read_one(const char *opts); void lm75_conf_set(const char *opts); //unsigned char *dev_xchg_data(unsigned char *buf); float lm75_read_temp(float offset); float lm75_read_tos(void); float lm75_read_thys(void); char lm75_read_conf(void); //__uint8_t //__uint16_t //__uint32_t //__uint64_t //__uint128_t //__int8_t // __int16_t // __int32_t // __int64_t // __int128_t // __u_char //__u_long #endif