DHT11 Pico Library - C++ - Raspberry Pi Pico
1.0
The DHT11 Pico Library provides a C++ implementation for interfacing with the DHT11 temperature and humidity sensor on the Raspberry Pi Pico microcontroller. It offers functions to read temperature and relative humidity from the sensor and supports error handling. This library simplifies the integration of the DHT11 sensor into Pico-based projects, allowing developers to easily retrieve environmental data for various applications.
|
This is the complete list of members for Dht11, including all inherited members.
Dht11(uint pin) | Dht11 | |
gpioPin | Dht11 | private |
read(void) | Dht11 | private |
readRH(void) | Dht11 | |
readRHT(double *temperature, double *rel_humidity) | Dht11 | |
readT(void) | Dht11 | |
~Dht11() | Dht11 |