HTS221 relative humidity and temperature sensor library

Dependencies:   X_NUCLEO_COMMON ST_INTERFACES

Dependents:   X_NUCLEO_IKS01A3

Revision:
6:7021a2a1ac72
Parent:
5:ccf7f36492ae
--- a/HTS221Sensor.h	Wed Jul 24 14:17:21 2019 +0000
+++ b/HTS221Sensor.h	Tue Sep 17 08:40:01 2019 +0000
@@ -69,6 +69,10 @@
     int reset(void);
     int get_odr(float *odr);
     int set_odr(float odr);
+    int get_heater(uint8_t *heater);
+    int set_heater(uint8_t heater);
+    int get_avg(float *avgh, float *avgt);
+    int set_avg(float avgh, float avgt);
     int read_reg(uint8_t reg, uint8_t *data);
     int write_reg(uint8_t reg, uint8_t data);
     /**