aboutsummaryrefslogtreecommitdiffstats
path: root/src/hih61xx.h
diff options
context:
space:
mode:
authorGergő J. Miklós2019-05-13 00:49:29 +0200
committerGergő J. Miklós2019-05-13 00:49:29 +0200
commite0eeeb389302c3050310ac8e618119384ce0fef8 (patch)
tree1e8ead8fffde3ad3341cfc3741773d359455c8ac /src/hih61xx.h
parentd8918243785c16bea16a5382e80f55cabfec1f51 (diff)
downloadi2sensors-e0eeeb389302c3050310ac8e618119384ce0fef8.tar.gz
i2sensors-e0eeeb389302c3050310ac8e618119384ce0fef8.zip
LM75 refactored
Diffstat (limited to 'src/hih61xx.h')
-rw-r--r--src/hih61xx.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/hih61xx.h b/src/hih61xx.h
index f0def27..8675562 100644
--- a/src/hih61xx.h
+++ b/src/hih61xx.h
@@ -1,6 +1,8 @@
#ifndef _HIH61XX_INCLUDED
#define _HIH61xx_INCLUDED
+
+#include "deftypes.h"
/*
extern int file;
@@ -10,11 +12,11 @@ void hih61xx_read_all(const char *opts);
*/
void hih61xx_print_all(void);
void hih61xx_get_data(void);
-void hih61xx_conf_set(const char *opts);
+void hih61xx_conf_set(const uchar *opts);
unsigned char hih61xx_read_status(void);
float hih61xx_calc_humidity(float offset);
float hih61xx_read_temp(float offset);
-void hih61xx_read_all(const char *opts);
-void hih61xx_read_one(const char *opts);
+void hih61xx_read_all(const uchar *opts);
+void hih61xx_read_one(const uchar *opts);
#endif \ No newline at end of file