aboutsummaryrefslogtreecommitdiffstats
path: root/src/hih61xx.h
diff options
context:
space:
mode:
authorGergő J. Miklós2019-05-12 12:37:47 +0200
committerGergő J. Miklós2019-05-12 12:37:47 +0200
commit7893fa123087328d5721fa27e9ee45130ba5da96 (patch)
treea8debf810075962f1ec2a697b313ad5fc1ba82a2 /src/hih61xx.h
parent5cbc1bcd61ccd50b3c37f3f70083afca13c9a175 (diff)
downloadi2sensors-7893fa123087328d5721fa27e9ee45130ba5da96.tar.gz
i2sensors-7893fa123087328d5721fa27e9ee45130ba5da96.zip
hmc5883 added + some refactoring
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