#temperature-humidity #humidity #temperature #embedded-hal-driver

no-std aht20

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

1 unstable release

0.1.0 Aug 31, 2020

#33 in #humidity

Download history 7/week @ 2024-11-20 3/week @ 2024-11-27 4/week @ 2024-12-04 10/week @ 2024-12-11 5/week @ 2024-12-18 6/week @ 2025-01-08 3/week @ 2025-01-15 3/week @ 2025-01-22 8/week @ 2025-01-29 17/week @ 2025-02-05 14/week @ 2025-02-12 32/week @ 2025-02-19 20/week @ 2025-02-26 3/week @ 2025-03-05

71 downloads per month

AGPL-3.0-or-later

17KB
118 lines

AHT20

An embedded rust no_std driver for the AHT20 temperature and humidity sensor, forked 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

~360KB