Skip to content

Releases: RobTillaart/SHT31

0.3.0 release

04 Jan 06:43
d208781
Compare
Choose a tag to compare
0.3.0 (#13)

* add getError() 
* changed signatures to return more status information
* fix unittest
* badges in readme.md

0.2.6 release

01 Jan 18:17
91c8516
Compare
Choose a tag to compare
fix json file (#15)

update version to 0.2.6

0.2.5 release

02 Dec 12:38
da89148
Compare
Choose a tag to compare

No breaking changes.

  • added arduino_ci + unit tests to the project.
  • added isHeaterOn() to project to replace heaterUp() in the future.

0.2.4 release

01 Dec 15:54
f6e2e28
Compare
Choose a tag to compare

Added isConnected() to the interface, as it is under test I did not made it a major change. Use with care

0.2.3 release

30 Nov 09:59
1761c28
Compare
Choose a tag to compare
  • added version number
  • changed length parameter of CRC8 to uint8_t

Fixed ESP compilation

05 Jul 09:31
7831874
Compare
Choose a tag to compare
Merge pull request #4 from RobTillaart/develop

fix #3 Compiling ESP

fix library.json

19 Jun 12:00
960c5ec
Compare
Choose a tag to compare
Merge pull request #2 from RobTillaart/develop

fix library.json

0.2.0: Merge pull request #1 from RobTillaart/develop

12 May 15:18
9e15118
Compare
Choose a tag to compare
added getTemperature() and getHumidity()