aboutsummaryrefslogtreecommitdiffstats
path: root/src/hih61xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hih61xx.c')
-rw-r--r--src/hih61xx.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/hih61xx.c b/src/hih61xx.c
index 221f2b2..2a61d3b 100644
--- a/src/hih61xx.c
+++ b/src/hih61xx.c
@@ -8,15 +8,14 @@
#include "hih61xx.h"
-extern int file;
+extern int file;
extern void bus_err(int ern);
-extern void print_help(void);
+extern void print_help(void);
unsigned char buf[5];
-
-
+
-void hih61xx_list_all(void)
+void hih61xx_print_all(void)
{
printf(
"00: Relative Humidity [%%] (reg: 0x00)\n"
@@ -25,6 +24,7 @@ void hih61xx_list_all(void)
"\n");
}
+void hih61xx_conf_set(const char *opts) {}
void hih61xx_get_data(void)