Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
DHT Member List

This is the complete list of members for DHT, including all inherited members.

begin()DHT
convertCtoF(float c) (defined in DHT)DHTinlinestatic
convertFtoC(float f) (defined in DHT)DHTinlinestatic
DHT(uint8_t pin, uint8_t type=DHT_AUTO, uint16_t minIntervalRead=READ_INTERVAL_DONT_CARE)DHTinline
getComfortProfile() (defined in DHT)DHTinline
getComfortRatio(ComfortState &destComfStatus, float temp=LAST_VALUE, float percentHumidity=LAST_VALUE)DHT
getDewPoint(uint8_t algType=DEW_ACCURATE_FAST, float tempCelsius=LAST_VALUE, float percentHumidity=LAST_VALUE, bool bFarenheit=false)DHT
getHeatIndex(float tempCelsius=LAST_VALUE, float percentHumidity=LAST_VALUE, bool bFarenheit=false)DHT
getLastError()DHTinline
isTooCold(float temp=LAST_VALUE, float humidity=LAST_VALUE) (defined in DHT)DHTinline
isTooDry(float temp=LAST_VALUE, float humidity=LAST_VALUE) (defined in DHT)DHTinline
isTooHot(float temp=LAST_VALUE, float humidity=LAST_VALUE) (defined in DHT)DHTinline
isTooHumid(float temp=LAST_VALUE, float humidity=LAST_VALUE) (defined in DHT)DHTinline
readHumidity()DHT
readTempAndHumidity(TempAndHumidity &destReading, bool bFarenheit=false)DHT
readTemperature(bool bFarenheit=false)DHT
setComfortProfile(ComfortProfile &c) (defined in DHT)DHTinline