aht20 0.1.0

A platform agnostic driver to interface with the AHT20 temperature/humidity sensors
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# `AHT20`

> An embedded rust `no_std` driver for the AHT20 temperature and humidity sensor, forked from Anthony Romano's [AHT10 crate]https://github.com/heyitsanthony/aht10.

[![crates.io](https://img.shields.io/crates/v/aht20.svg)](https://crates.io/crates/aht20)
[![docs.rs](https://docs.rs/aht20/badge.svg)](https://docs.rs/aht20/)

## Usage

See an example using `linux-embedded-hal` in `examples/aht20.rs`.

## Documentation

API documentation is generated on [docs.rs](https://docs.rs/aht20).

## License

Licensed under AGPL-3.0.