Releases: etno712/aht
Releases · etno712/aht
simplification of the AHT2x class
- the humidity and temperature attributes are direct access: they can now be read several times without requiring a request to the sensor.
- the is_busy method is replaced by is_ready and calls to this method become mandatory for temperature and humidity updates.
v1.1.0
V1.0.0
Major version: this version is not backward compatible: the status attribute is removed.
- replaces the status attribute by attributes more ergonomic for the user: is_busy and is_calibrated.
- makes a calibration after reset if necessary.
- Fixes:
- a major bug on the reset function systematically produced a fatal error