#temperature-humidity #humidity-sensor #temperature-sensor #humidity #temperature #async #aht20

no-std aht20-async

A platform agnostic driver to interface with the AHT20 temperature/humidity sensors

1 stable release

1.0.0 Jan 17, 2024

#497 in Embedded development

Download history 1086/week @ 2024-02-25 1327/week @ 2024-03-03 668/week @ 2024-03-10 1079/week @ 2024-03-17 647/week @ 2024-03-24 661/week @ 2024-03-31 1431/week @ 2024-04-07 227/week @ 2024-04-14 212/week @ 2024-04-21 449/week @ 2024-04-28 219/week @ 2024-05-05

1,548 downloads per month

AGPL-3.0-or-later

19KB
113 lines

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.

crates.io docs.rs

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

~200KB