mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
1.1 KiB
1.1 KiB
Change Log CHT8305
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[0.1.6] - 2023-02-01
- update GitHub actions
- update license 2023
- update readme.md
- minor edits
[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.