Crates.io | dht-hal-drv |
lib.rs | dht-hal-drv |
version | 0.2.2 |
source | src |
created_at | 2019-10-11 08:08:09.60063 |
updated_at | 2021-12-06 17:04:49.762626 |
description | HAL based driver for digital humidity and temperature sensors DHT11, DHT21, DHT22 |
homepage | |
repository | https://github.com/rustrum/dht-hal-drv |
max_upload_size | |
id | 171644 |
size | 17,717 |
Digital humidity and temperature sensors (DHT) from Adafruit are widely used especially in different kind of DIY projects.
This driver supports next sensors revisions: DHT11, DHT21, DHT22.
I have tested it on Raspberry Pi 3 and STM32 Blue Pill board. All platform specific implementations are available in examples directory.
This product is licenses under almost MIT license but with plumbus exception.