aboutsummaryrefslogtreecommitdiffstats
path: root/src/hih61xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hih61xx.h')
-rw-r--r--src/hih61xx.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/hih61xx.h b/src/hih61xx.h
new file mode 100644
index 0000000..25842a6
--- /dev/null
+++ b/src/hih61xx.h
@@ -0,0 +1,19 @@
+
+#ifndef _HIH61XX_INCLUDED
+#define _HIH61xx_INCLUDED
+/*
+
+extern int file;
+
+void hih61xx_list_all(void);
+void hih61xx_read_all(const char *opts);
+*/
+void hih61xx_list_all(void);
+void hih61xx_get_data(void);
+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