aboutsummaryrefslogtreecommitdiffstats
path: root/src/hih61xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hih61xx.h')
-rw-r--r--src/hih61xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hih61xx.h b/src/hih61xx.h
index 23546d2..f0def27 100644
--- a/src/hih61xx.h
+++ b/src/hih61xx.h
@@ -12,7 +12,7 @@ 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_calc_humidity(float offset);
float hih61xx_read_temp(float offset);
void hih61xx_read_all(const char *opts);
void hih61xx_read_one(const char *opts);