GY-63_MS5611/libraries/SHT31_SW/CHANGELOG.md
2024-06-14 18:56:34 +02:00

856 B

Change Log SHT31_SW

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.

[0.3.0] - 2024-05-31

  • 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] - 2023-12-09

  • refactor API, follow SHT31

[0.1.3] - 2023-11-22

  • update readme.md

[0.1.2] - 2023-07-23

  • update documentation
  • remove commented SoftwareWire version => own repo.

[0.1.1] - 2023-05-12

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

[0.1.0] - 2023-03-23

  • initial version, derives from SHT31 0.3.8
  • uses SoftWire I2C library.