Skip to content

Releases: RobTillaart/SHT2x

0.5.0 release

07 Dec 16:27
b25998d
Compare
Choose a tag to compare
refactor API, begin() (#30)

- update API, begin()
- update readme.md
- update examples
- minor edits

0.4.2 release

03 Dec 08:43
8576e4c
Compare
Choose a tag to compare
feature: read temperature from last humidity measurement (#27)

- add **readCachedTemperature()** to use the temperature measured by last request (both T and H)
- update readme.md

0.4.1 release

27 Nov 08:43
8706f69
Compare
Choose a tag to compare
fix reset: clear state of resolution, heater and error (#26)

- fix **reset()**: clear state of resolution, heater and error
- update readme.md
- minor edits

0.4.0 release

21 Sep 14:25
df4d8fa
Compare
Choose a tag to compare
Develop (#24)

- moved TwoWire param from begin() to Constructor
- Fix #23 support for Wire1 for ESP32
- update readme.md
- minor edits

0.3.1 release

11 Sep 08:07
9a91711
Compare
Choose a tag to compare
improve async interface (#22)

- 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

0.3.0 release

26 Mar 18:47
28540b3
Compare
Choose a tag to compare
fix setResolution (#19)

- 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

0.2.2 release

18 Dec 09:38
7dd0429
Compare
Choose a tag to compare
Async test (#17)

* initial async interface
* update documentation / comments

0.2.1 release

24 Nov 13:07
8be0537
Compare
Choose a tag to compare
add changelog.md (#14)

* add changelog.md

* fix example

0.2.0 release

13 Jul 13:43
7eb0d9a
Compare
Choose a tag to compare
Add getResolution () + setResolution() + batteryOK() (#12)

* fix rawTemp + rawHum + add resolution + batteryOK
* add examples
* add crc8 test
* add experimental get- setResolution() - not working properly
* add batteryOK()
* add crc8 test
* update readme.md

0.1.4 release

23 Jun 13:05
408ebb0
Compare
Choose a tag to compare
fix #9 ESP32 Wire.begin + fix getEIDB() (#10)