I was wondering if anyone has done any performance checking on the Adafruit SHT4X series
humidity sensor heater variable? If there is any significant difference in the values returned.
The options being:
No heater.
High for 1 second
High for 1/10th sec
Med " 1 sec
Med " 1/10th
Low " 1 sec
Low " 1/10th
Reference the Adafruit_SHT4x.h IDE library file.
sht4_1.setHeater(SHT4X_NO_HEATER);
Also, I have read about some concerns regarding making sure the heater mode is turned back off after the sensor scan to avoid unnecessary power usuage.