Update DHT.h

This commit is contained in:
Steven Conaway 2018-07-30 11:27:30 -07:00 committed by GitHub
parent 6b8b1ccdb9
commit f771939337
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
DHT.h
View File

@ -42,6 +42,7 @@ class DHT {
float readTemperature(bool S=false, bool force=false);
float convertCtoF(float);
float convertFtoC(float);
float computeHeatIndex(bool isFahrenheit=true);
float computeHeatIndex(float temperature, float percentHumidity, bool isFahrenheit=true);
float readHumidity(bool force=false);
boolean read(bool force=false);