aboutsummaryrefslogtreecommitdiffstats
path: root/src/hih61xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hih61xx.h')
-rw-r--r--src/hih61xx.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/hih61xx.h b/src/hih61xx.h
index 25842a6..23546d2 100644
--- a/src/hih61xx.h
+++ b/src/hih61xx.h
@@ -3,17 +3,18 @@
#define _HIH61xx_INCLUDED
/*
-extern int file;
+extern int file;
void hih61xx_list_all(void);
void hih61xx_read_all(const char *opts);
*/
-void hih61xx_list_all(void);
+void hih61xx_print_all(void);
void hih61xx_get_data(void);
+void hih61xx_conf_set(const char *opts);
unsigned char hih61xx_read_status(void);
float hih61xx_read_humidity(float offset);
float hih61xx_read_temp(float offset);
void hih61xx_read_all(const char *opts);
void hih61xx_read_one(const char *opts);
-#endif \ No newline at end of file
+#endif \ No newline at end of file