MCPcopy Create free account

hub / github.com/adafruit/DHT-sensor-library / functions

Functions21 in github.com/adafruit/DHT-sensor-library

↓ 2 callersMethodsetMinDelay
! * @brief Sets Minimum Delay Value * @param sensor * Sensor that will be set */
DHT_U.cpp:78
↓ 2 callersMethodsetName
! * @brief Sets sensor name * @param sensor * Sensor that will be set */
DHT_U.cpp:49
↓ 1 callersMethodreadHumidity
! * @brief Read Humidity * @param force * force read mode * @return float value - humidity in percent */
DHT.cpp:152
↓ 1 callersMethodreadTemperature
! * @brief Read temperature * @param S * Scale. Boolean value: * - true = Fahrenheit * - false = Celcius * @param force
DHT.cpp:85
MethodDHT
! * @brief Instantiates a new DHT class * @param pin * pin number that sensor is connected * @param type * type of sensor
DHT.cpp:42
MethodDHT_Unified
! * @brief Instantiates a new DHT_Unified class * @param pin * pin number that sensor is connected * @param type * type o
DHT_U.cpp:30
MethodHumidity
! * @brief Instantiates a new DHT_Unified Humidity Class * @param parent * Parent Sensor * @param id * Sensor id */
DHT_U.cpp:179
MethodInterruptLock
DHT.h:97
MethodTemperature
! * @brief Instantiates a new DHT_Unified Temperature Class * @param parent * Parent Sensor * @param id * Sensor id */
DHT_U.cpp:106
Methodbegin
! * @brief Setup sensor (calls begin on It) */
DHT_U.cpp:40
Methodbegin
! * @brief Setup sensor pins and set pull timings * @param usec * Optionally pass pull-up time (in microseconds) before DHT reading *
DHT.cpp:63
MethodcomputeHeatIndex
! * @brief Compute Heat Index * Simplified version that reads temp and humidity from sensor * @param isFahrenheit * true if fahr
DHT.cpp:178
MethodconvertCtoF
! * @brief Converts Celcius to Fahrenheit * @param c * value in Celcius * @return float value in Fahrenheit */
DHT.cpp:132
MethodconvertFtoC
! * @brief Converts Fahrenheit to Celcius * @param f * value in Fahrenheit * @return float value in Celcius */
DHT.cpp:142
MethodexpectPulse
Expect the signal line to be at the specified level for a period of time and return a count of loop cycles spent at that level (this cycle count can b
DHT.cpp:366
MethodgetEvent
! * @brief Reads the sensor and returns the data as a sensors_event_t * @param event * @return always returns true */
DHT_U.cpp:114
MethodgetSensor
! * @brief Provides the sensor_t data for this sensor * @param sensor */
DHT_U.cpp:131
Methodhumidity
! * @brief Returns humidity stored in _humidity * @return Humidity value */
DHT_U.h:91
Methodread
! * @brief Read value from sensor or return last one from less than two *seconds. * @param force * true if using force mode * @retur
DHT.cpp:235
Methodtemperature
! * @brief Returns temperature stored in _temp * @return Temperature value */
DHT_U.h:83
Method~InterruptLock
DHT.h:102