aboutsummaryrefslogtreecommitdiffstats
path: root/src/lm75.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lm75.h')
-rw-r--r--src/lm75.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lm75.h b/src/lm75.h
index 60cba38..d64696b 100644
--- a/src/lm75.h
+++ b/src/lm75.h
@@ -6,12 +6,14 @@
// extern int file;
-void lm75_print_all(void); //# Global funcions, required by main()
+//# 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
+
+//Local functions:
// uchar *xchg_data (uchar *buf, uint8 wrlen, uint8 waitlen, uint8 rdlen);
// static float calc_temp(float offset);
// static float read_tos(void);