Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Platform-agnostic Rust driver for the DHT11 temperature and humidity sensor

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
NotificationsYou must be signed in to change notification settings

plorefice/dht11-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crates.io badgedocs.rs badge

Platform-agnostic Rust driver for the DHT11 temperature and humidity sensor,usingembedded-hal traits.

Requirements

  • Rust 1.43+

Usage

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);

Examples

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.

License

Copyright © 2020 Pietro Lorefice

Dual licensed under your choice of either of:

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-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp