1 unstable release
0.1.0 | Aug 31, 2020 |
---|
#29 in #humidity
21 downloads per month
17KB
118 lines
AHT20
An embedded rust
no_std
driver for the AHT20 temperature and humidity sensor, forked from Anthony Romano's AHT10 crate.
Usage
See an example using linux-embedded-hal
in examples/aht20.rs
.
Documentation
API documentation is generated on docs.rs.
License
Licensed under AGPL-3.0.
lib.rs
:
A platform agnostic driver to interface with the AHT20 temperature and humidity sensor.
This driver was built using embedded-hal
traits and is a fork of Anthony Romano's AHT10 crate.
Dependencies
~345KB