GY-63_MS5611/libraries/MAX6675/CHANGELOG.md
2023-11-29 11:22:40 +01:00

32 lines
709 B
Markdown

# Change Log MAX6675
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [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.