An embedded rust
no_stddriver for the AHT20 temperature and humidity sensor, forked from @fmckeogh's AHT20 crate
See an example using linux-embedded-hal in examples/aht20-linux.rs.
An async version with embedded-hal-async::i2c::I2c is available in the async branch.
Licensed under AGPL-3.0.