mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
894 B
894 B
Change Log CHT8310
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.2.0] - 2024-02-16
- redo humidity, Kudos to YouCanNotBeSerious for testing!
- disabled conversion delay handling for now
- add uint16_t getConfiguration()
- add void setConfiguration(uint16_t mask)
- add several examples
- update readme.md
- minor edits.
[0.1.1] - 2024-02-14 (not released)
- handle overflow bit in humidity
- add ALERT temperature and humidity limit functions
- add getStatusRegister()
- add softwareReset()
- add setConvertRate(uint8_t rate = 4)
- add getConvertRate()
- add oneShotConversion()
- update readme.md
- update keywords.txt
- minor edits
[0.1.0] - 2024-02-04
- initial version.