aboutsummaryrefslogtreecommitdiffstats
path: root/src/lm75.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lm75.h')
-rw-r--r--src/lm75.h28
1 files changed, 7 insertions, 21 deletions
diff --git a/src/lm75.h b/src/lm75.h
index 0c8b6a8..60cba38 100644
--- a/src/lm75.h
+++ b/src/lm75.h
@@ -5,32 +5,18 @@
#include "deftypes.h"
// 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 uchar *opts);
void lm75_read_one(const uchar *opts);
void lm75_conf_set(const uchar *opts);
-//unsigned char *xchg_data(unsigned char *buf);
-// float calculate_temp(float offset);
-// float read_tos(void);
-// float read_thys(void);
-// uchar read_conf(void);
+// //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);
-//__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 \ No newline at end of file