aboutsummaryrefslogtreecommitdiffstats
path: root/src/hih61xx.h
diff options
context:
space:
mode:
authorGergő J. Miklós2018-09-29 01:32:11 +0200
committerGergő J. Miklós2018-09-29 01:32:11 +0200
commitab99f700bace05491919324259c9110c7f387af8 (patch)
tree699d197b204e482dfb56f8443e036ed6f740ace0 /src/hih61xx.h
downloadi2sensors-ab99f700bace05491919324259c9110c7f387af8.tar.gz
i2sensors-ab99f700bace05491919324259c9110c7f387af8.zip
Existing code & initialcommit.
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