We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8b1cc commit f771939Copy full SHA for f771939
DHT.h
@@ -42,6 +42,7 @@ class DHT {
42
float readTemperature(bool S=false, bool force=false);
43
float convertCtoF(float);
44
float convertFtoC(float);
45
+ float computeHeatIndex(bool isFahrenheit=true);
46
float computeHeatIndex(float temperature, float percentHumidity, bool isFahrenheit=true);
47
float readHumidity(bool force=false);
48
boolean read(bool force=false);
0 commit comments