#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

#664 in Embedded development

Download history 644/week @ 2024-03-26 1096/week @ 2024-04-02 994/week @ 2024-04-09 215/week @ 2024-04-16 230/week @ 2024-04-23 441/week @ 2024-04-30 222/week @ 2024-05-07 230/week @ 2024-05-14 234/week @ 2024-05-21 194/week @ 2024-05-28 238/week @ 2024-06-04 931/week @ 2024-06-11 622/week @ 2024-06-18 224/week @ 2024-06-25 1683/week @ 2024-07-02 869/week @ 2024-07-09

3,618 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