From d8918243785c16bea16a5382e80f55cabfec1f51 Mon Sep 17 00:00:00 2001 From: Gergő J. Miklós Date: Sun, 12 May 2019 17:57:05 +0200 Subject: refactoring --- src/hih61xx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hih61xx.h') 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); -- cgit v1.2.3