2022-10-29 12:55:26 -04:00
|
|
|
# Change Log CHT8305
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
|
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
|
2023-02-01 13:29:55 -05:00
|
|
|
|
|
|
|
## [0.1.6] - 2023-02-01
|
|
|
|
- update GitHub actions
|
|
|
|
- update license 2023
|
|
|
|
- update readme.md
|
|
|
|
- minor edits
|
|
|
|
|
2022-10-29 12:55:26 -04:00
|
|
|
|
|
|
|
## [0.1.5] - 2022-10-29
|
|
|
|
- fix changelog.md
|
|
|
|
- add readTemperature()
|
|
|
|
- add readHumidity()
|
|
|
|
|
|
|
|
## [0.1.4] - 2022-10-15
|
|
|
|
- add CHT8305_DEFAULT_ADDRESS (0x40).
|
|
|
|
- add CHANGELOG.md.
|
|
|
|
- minor refactor.
|
|
|
|
- update readme.md.
|
|
|
|
|
|
|
|
## [0.1.3] - 2022-10-13
|
|
|
|
- adjust getVoltage() formula. (still unclear).
|
|
|
|
- update readme.md (some AVR test results).
|
|
|
|
- add get- setConversionDelay().
|
|
|
|
|
|
|
|
## [0.1.2] - 2022-10-09
|
|
|
|
- update unit tests.
|
|
|
|
- fix humidity resolution parameter.
|
|
|
|
- fix setAlertLevels().
|
|
|
|
- refactor, move code to .cpp file.
|
|
|
|
|
|
|
|
## [0.1.1] - 2022-10-08
|
|
|
|
- add configuration specific functions.
|
|
|
|
- fix ESP32 begin() address check.
|
|
|
|
- add configuration ALERT functions.
|
|
|
|
- add constants for registers.
|
|
|
|
- fix getVoltage() register.
|
|
|
|
|
|
|
|
## [0.1.0] - 2022-10-06
|
|
|
|
- initial version.
|
|
|
|
|