- Notifications
You must be signed in to change notification settings - Fork12
Platform-agnostic Rust driver for the DHT11 temperature and humidity sensor
License
Apache-2.0, MIT licenses found
Licenses found
Apache-2.0
LICENSE-APACHEMIT
LICENSE-MITNotificationsYou must be signed in to change notification settings
plorefice/dht11-rs
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Platform-agnostic Rust driver for the DHT11 temperature and humidity sensor,usingembedded-hal traits.
- Rust 1.43+
Include library as a dependency in your Cargo.toml
[dependencies]dht11 ="0.3.1"
use dht11::Dht11;// Create an instance of the DHT11 deviceletmut dht11 =Dht11::new(pin);// Perform a sensor readinglet measurement = dht11.perform_measurement(&mut delay).unwrap();println!("{:?}", measurement);
See theexamples directory for an example on how to use this crate on an STM32F407 MCU.
By default, semihosting is used to display the value of the readings, using OpenOCD or similar.
Copyright © 2020 Pietro Lorefice
Dual licensed under your choice of either of:
- Apache License, Version 2.0, (LICENSE-APACHE orhttp://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT orhttp://opensource.org/licenses/MIT)
About
Platform-agnostic Rust driver for the DHT11 temperature and humidity sensor
Topics
Resources
License
Apache-2.0, MIT licenses found
Licenses found
Apache-2.0
LICENSE-APACHEMIT
LICENSE-MITUh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.