GY-63_MS5611/libraries/MAX6675/CHANGELOG.md
2024-04-11 10:09:14 +02:00

867 B

Change Log MAX6675

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.1] - 2024-04-09

  • update GitHub actions
  • add array example
  • minor edits

[0.3.0] - 2024-01-19

  • Fix #9, improve handling SPI dependency.

[0.2.0] - 2023-11-28

  • refactor constructor/begin interface - breaking changes.
    • minimize conditional code. -- create SPI_CLASS macro to solve it.
  • update readme.md
  • update examples

[0.1.3] - 2023-11-11

  • update readme.md
  • fix keywords.txt
  • minor edits

[0.1.2] - 2022-11-16

  • add RP2040 in build-CI
  • add changelog.md

[0.1.1] - 2022-04-20

  • updated documentation after tests with UNO.
  • added examples

[0.1.0] - 2022-01-11

  • initial version.