simple-dht11 0.1.0

A simple library to get a reading from a DHT11.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.rppal]
version = "0.14.0"

[package]
authors = ["BButner"]
description = "A simple library to get a reading from a DHT11."
edition = "2021"
homepage = "https://github.com/bbutner/simple-dht11"
include = ["src/**/*.rs", "examples/**/*", "Cargo.toml", "README.md", "LICENSE"]
license-file = "LICENSE"
name = "simple-dht11"
readme = "README.md"
repository = "https://github.com/bbutner/simple-dht11"
version = "0.1.0"