aboutsummaryrefslogtreecommitdiffstats
path: root/src/hih61xx.h
diff options
context:
space:
mode:
authorGergő J. Miklós2019-08-06 08:51:57 +0200
committerGergő J. Miklós2019-08-06 08:51:57 +0200
commitd8d87351acd4a8fef65db6a59993cbac99dc3bab (patch)
tree19b7173f3b3c905b9596b048e64473710d8fd109 /src/hih61xx.h
parent812af485ea41fe162bb6fb888045318152bf2c66 (diff)
downloadi2sensors-d8d87351acd4a8fef65db6a59993cbac99dc3bab.tar.gz
i2sensors-d8d87351acd4a8fef65db6a59993cbac99dc3bab.zip
qmc5883 initial
Diffstat (limited to 'src/hih61xx.h')
-rw-r--r--src/hih61xx.h19
1 files changed, 2 insertions, 17 deletions
diff --git a/src/hih61xx.h b/src/hih61xx.h
index 44effd6..656e0e4 100644
--- a/src/hih61xx.h
+++ b/src/hih61xx.h
@@ -3,20 +3,15 @@
#define _HIH61xx_INCLUDED
#include "deftypes.h"
-/*
-extern int file;
-void hih61xx_list_all(void);
-void hih61xx_read_all(const char *opts);
-*/
-void hih61xx_print_all(void);
+void hih61xx_print_all(const uchar *opts);
void hih61xx_read_all(const uchar *opts);
void hih61xx_read_one(const uchar *opts);
void hih61xx_conf_set(const uchar *opts);
-// Local functions
+// Local functions:
// uchar *xchg_data (uchar *buf, uint8 wrlen, uint8 waitlen, uint8 rdlen);
// static float calc_temp(uchar *buf, float offset);
@@ -24,15 +19,5 @@ void hih61xx_conf_set(const uchar *opts);
// static float calc_humidity(uchar *buf, float offset);
-
-
-
-// void hih61xx_get_data(void);
-// unsigned char hih61xx_read_status(void);
-// float hih61xx_calc_humidity(float offset);
-// float hih61xx_read_temp(float offset);
-
-
-
#endif