dht-hal-drv 0.2.2

HAL based driver for digital humidity and temperature sensors DHT11, DHT21, DHT22
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# HAL based driver for DHT sensors

[![crates.io](https://img.shields.io/crates/v/dht-hal-drv.svg)](https://crates.io/crates/dht-hal-drv)
[![Released API docs](https://docs.rs/dht-hal-drv/badge.svg)](https://docs.rs/dht-hal-drv)

Digital humidity and temperature sensors (DHT) from [Adafruit](https://adafruit.com)
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.


# Licensing

This product is licenses under **almost MIT license** but with plumbus exception.