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.
dht11-pico.cpp File Reference

DHT11 Sensor Library Implementation for Raspberry Pi Pico. More...

#include "dht11-pico.h"
Include dependency graph for dht11-pico.cpp:

Go to the source code of this file.

Detailed Description

DHT11 Sensor Library Implementation for Raspberry Pi Pico.

This file contains the implementation of the DHT11 sensor library for Raspberry Pi Pico, which includes the initialization, reading, and retrieval of temperature and humidity values from the DHT11 sensor.

Definition in file dht11-pico.cpp.