dht11_gpio 0.1.0

Simple implimentation for interfacing with the dht11 sensor to retrieve temperature and humidity
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "dht11_gpio"
version = "0.1.0"
dependencies = [
 "rppal",
]

[[package]]
name = "libc"
version = "0.2.151"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4"

[[package]]
name = "rppal"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d136b79fe4b07246bb6bcc67646e5d2f060b84f7d04a6d052b365249ad14e4a"
dependencies = [
 "libc",
]