70 lines
1.5 KiB
Markdown
Raw Normal View History

2022-11-24 14:09:52 +01:00
# Change Log SHT2x
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-09-11 10:13:31 +02:00
## [0.3.1] - 2023-09-10
- fix #21 example for elaborated async.
- improve async interface
- add **getRequestType()** to async interface
- add three request constants to .h file
- add **bool requestReady()** checks both.
- update readme.md
- minor edits
2023-03-26 22:08:27 +02:00
## [0.3.0] - 2023-03-26
- fix setResolution #13, #18
- fix heater settings
- add GY21 as derived class
- fix derived constructors
- move code from .h to .cpp
- update readme.md
- update GitHub actions
- update license 2023
- minor edits
----
2022-12-18 10:41:37 +01:00
## [0.2.2] - 2022-12-14
- add experimental asynchronous interface
- add async example
2022-11-24 14:09:52 +01:00
## [0.2.1] - 2022-11-24
- Add RP2040 support to build-CI.
- Add CHANGELOG.md
## [0.2.0] - 2022-07-10
- Fix #11 RawTemp + rawHum (kudos to theandy94)
- add experimental getResolution() + setResolution()
- adjust read delay
- add experimental batteryOK()
- add CRC in read() - no fail.
----
## [0.1.4] - 2022-06-21
- Fix #9 ESP32 wire.begin()
- Fix getEIDB() bug.
## [0.1.3] - 2021-12-28
2023-09-11 10:13:31 +02:00
- update library.json
2022-11-24 14:09:52 +01:00
- update license
- minor edits
2023-09-11 10:13:31 +02:00
## [0.1.2] - 2021-09-29
2022-11-24 14:09:52 +01:00
- Add Si70xx derived classes
- add getEIDA(), getEIDB(), getFirmwareVersion()
- update build-CI, readme.md badges
2023-09-11 10:13:31 +02:00
## [0.1.1] - 2021-09-28
2022-11-24 14:09:52 +01:00
- Add HTU2x derived classes,
- update readme.md + add some status info
## [0.1.0] - 2021-09-25
- initial version