Crates.io | aht20-async |
lib.rs | aht20-async |
version | 1.0.0 |
source | src |
created_at | 2024-01-17 12:30:28.201252 |
updated_at | 2024-01-17 12:30:28.201252 |
description | A platform agnostic driver to interface with the AHT20 temperature/humidity sensors |
homepage | |
repository | https://github.com/fmckeogh/aht20-async |
max_upload_size | |
id | 1102858 |
size | 52,761 |
aht20-async
An async embedded rust
no_std
driver for the AHT20 temperature and humidity sensor, originally based on from Anthony Romano's AHT10 crate.
See an example using linux-embedded-hal
in examples/aht20.rs
.
API documentation is generated on docs.rs.
Licensed under AGPL-3.0.