From ab99f700bace05491919324259c9110c7f387af8 Mon Sep 17 00:00:00 2001 From: Gergő J. Miklós Date: Sat, 29 Sep 2018 01:32:11 +0200 Subject: Existing code & initialcommit. --- src/hih61xx.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/hih61xx.h (limited to 'src/hih61xx.h') 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 -- cgit v1.2.3