Skip to content

Releases: RobTillaart/SHT31_SW

0.3.0 release

14 Jun 16:57
387a3db
Compare
Choose a tag to compare
  • add buffers to SW I2C, see issue #12, should fix the SW I2C on AVR.
    • verified with SHT31 on AVR UNO
  • minor edits

0.2.0 release

09 Dec 18:48
febab9e
Compare
Choose a tag to compare
refactor API, begin + constructor (#10)

- refactor API, follow SHT31

0.1.3 release

22 Nov 08:55
Compare
Choose a tag to compare
update readme.md

0.1.2 release

23 Jul 11:48
f1272f6
Compare
Choose a tag to compare
update documentation (#9)

- update documentation
- remove commented **SoftwareWire** version => own repo.

0.1.1 release

12 May 14:54
ab573d1
Compare
Choose a tag to compare
Patch for #5 (#6)

- add **commented** version with **SoftwareWire** to "fix" issue #5
- clean up SHT31_SW.cpp
- update keywords.txt
- update readme.md

0.1.0 release

24 Mar 10:12
bf8063c
Compare
Choose a tag to compare
derive from SHT31 (#3)

* derive from SHT31