Skip to content

Releases: anglerud/aht20-driver

v1.2.2

21 Oct 12:37
fe6eeea
Compare
Choose a tag to compare

[1.2.2] - 2024-10-21

Added

Fixed

v1.2.1

28 Apr 18:12
a05cb75
Compare
Choose a tag to compare

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

05 Mar 16:20
d478662
Compare
Choose a tag to compare

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

22 Feb 21:11
42b4800
Compare
Choose a tag to compare

This release switches from rtt logging to defmt. This enables logging from the library, and additionally saves about 30kb of flash space from the example binary, which is a significant saving.

v1.0.0

09 Feb 20:00
Compare
Choose a tag to compare

Version v1.0.0 is the completed driver. See my AHT20 thermometer driver blog post for the full story of creating this driver.