# `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).
[](https://crates.io/crates/aht20)
[](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.