# 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.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.