mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
927 B
927 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.2] - 2024-06-03
- add support for ARDUINO_ARCH_MBED
[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.