From 7893fa123087328d5721fa27e9ee45130ba5da96 Mon Sep 17 00:00:00 2001 From: Gergő J. Miklós Date: Sun, 12 May 2019 12:37:47 +0200 Subject: hmc5883 added + some refactoring --- src/hih61xx.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/hih61xx.h') 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 -- cgit v1.2.3