Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adafruit/DHT-sensor-library
/ functions
Functions
21 in github.com/adafruit/DHT-sensor-library
⨍
Functions
21
◇
Types & classes
5
↓ 2 callers
Method
setMinDelay
! * @brief Sets Minimum Delay Value * @param sensor * Sensor that will be set */
DHT_U.cpp:78
↓ 2 callers
Method
setName
! * @brief Sets sensor name * @param sensor * Sensor that will be set */
DHT_U.cpp:49
↓ 1 callers
Method
readHumidity
! * @brief Read Humidity * @param force * force read mode * @return float value - humidity in percent */
DHT.cpp:152
↓ 1 callers
Method
readTemperature
! * @brief Read temperature * @param S * Scale. Boolean value: * - true = Fahrenheit * - false = Celcius * @param force
DHT.cpp:85
Method
DHT
! * @brief Instantiates a new DHT class * @param pin * pin number that sensor is connected * @param type * type of sensor
DHT.cpp:42
Method
DHT_Unified
! * @brief Instantiates a new DHT_Unified class * @param pin * pin number that sensor is connected * @param type * type o
DHT_U.cpp:30
Method
Humidity
! * @brief Instantiates a new DHT_Unified Humidity Class * @param parent * Parent Sensor * @param id * Sensor id */
DHT_U.cpp:179
Method
InterruptLock
DHT.h:97
Method
Temperature
! * @brief Instantiates a new DHT_Unified Temperature Class * @param parent * Parent Sensor * @param id * Sensor id */
DHT_U.cpp:106
Method
begin
! * @brief Setup sensor (calls begin on It) */
DHT_U.cpp:40
Method
begin
! * @brief Setup sensor pins and set pull timings * @param usec * Optionally pass pull-up time (in microseconds) before DHT reading *
DHT.cpp:63
Method
computeHeatIndex
! * @brief Compute Heat Index * Simplified version that reads temp and humidity from sensor * @param isFahrenheit * true if fahr
DHT.cpp:178
Method
convertCtoF
! * @brief Converts Celcius to Fahrenheit * @param c * value in Celcius * @return float value in Fahrenheit */
DHT.cpp:132
Method
convertFtoC
! * @brief Converts Fahrenheit to Celcius * @param f * value in Fahrenheit * @return float value in Celcius */
DHT.cpp:142
Method
expectPulse
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
Method
getEvent
! * @brief Reads the sensor and returns the data as a sensors_event_t * @param event * @return always returns true */
DHT_U.cpp:114
Method
getSensor
! * @brief Provides the sensor_t data for this sensor * @param sensor */
DHT_U.cpp:131
Method
humidity
! * @brief Returns humidity stored in _humidity * @return Humidity value */
DHT_U.h:91
Method
read
! * @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
Method
temperature
! * @brief Returns temperature stored in _temp * @return Temperature value */
DHT_U.h:83
Method
~InterruptLock
DHT.h:102