Releases: anglerud/aht20-driver
v2.0.0
v2.0.0
This release contains an upgrade to the embedded HAL 1.0 release. Thank you to Andrew Straw (astraw) for this contribution. Andrew also added an implementation of core::error::Error
for our aht20_driver::Error<E>
.
The Minimum Supported Rust Version for this release is version 1.81.
v1.2.2
[1.2.2] - 2024-10-21
Added
- A feature flag for defmt. Thank you to Andrew Straw (astraw) for the addition.
Fixed
- An error in the humidity calculation was fixed by Samuel Holland (smaeul).
v1.2.1
This release contains a fix for a potential hang during check_status.
Thank you to Max Barnash (arr-ee) for the patch and insightful troubleshooting.
v1.2.0
This release adds a measure_no_fp
method, which does not use floating point. For microcontrollers which lack floating point support - this will prevent floating point functions from being linked in - making the binary smaller. It will also make the calculations faster for those microcontrollers.
Thank you to u/snakehand for suggesting this, with an example.
v1.1.0
v1.0.0
Version v1.0.0 is the completed driver. See my AHT20 thermometer driver blog post for the full story of creating this driver.