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.
- refactor API, constructor and begin()
- add getAddress()
- update readme.md
- update examples
- minor edits
- fix #38 support for Wire1 for ESP32
- update examples
- update readme.md
- prepare for derived class SHT31_SW
- update readme.md
- update GitHub actions
- update license 2023
- minor edits
- Add RP2040 support to build-CI.
- Add CHANGELOG.md
- update readme.md
- sync with SHT85 lib
- update library.json
- update readme
- update license
- minor edits
- update build-CI
- fix #22 prevent heater to switch on too fast.
- update readme
- expose raw data from sensor
- arduino-lint fixes
- arduino-ci
- patch version 0.2.6
- add isHeaterOn()
- add unittest
- arduino-ci
- added isConnected()
- added CRC by PetrDa (thanks)
- cleanup
- fix compiling for ESP
- fix library.json
- made humidity & temperature private;
- support ESP32 I2C
- fix issue #123 - error in humidity
- stable version
- add description readStatus(),
- async interface
- initial version