aboutsummaryrefslogtreecommitdiffstats
path: root/src/hih61xx.h
diff options
context:
space:
mode:
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