Skip to content

Commit f771939

Browse files
authored
Update DHT.h
1 parent 6b8b1cc commit f771939

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DHT.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class DHT {
4242
float readTemperature(bool S=false, bool force=false);
4343
float convertCtoF(float);
4444
float convertFtoC(float);
45+
float computeHeatIndex(bool isFahrenheit=true);
4546
float computeHeatIndex(float temperature, float percentHumidity, bool isFahrenheit=true);
4647
float readHumidity(bool force=false);
4748
boolean read(bool force=false);

0 commit comments

Comments
 (0)