2022-11-23 09:19:55 -05:00
|
|
|
# Change Log rotaryDecoder
|
|
|
|
|
|
|
|
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/).
|
|
|
|
|
|
|
|
|
2023-09-22 16:09:36 -04:00
|
|
|
## [0.1.4] - 2023-09-22
|
|
|
|
- add Wire1 support for ESP32
|
|
|
|
- moved code from .h to .cpp
|
|
|
|
- update readme.md
|
|
|
|
- minor edits
|
|
|
|
|
|
|
|
|
2022-11-23 09:19:55 -05:00
|
|
|
## [0.1.3] - 2022-11-23
|
|
|
|
- add changelog.md
|
|
|
|
- add RP2040 to build-CI
|
|
|
|
- fix version number .cpp
|
|
|
|
- minor edits
|
|
|
|
|
|
|
|
## [0.1.2] - 2021-12-27
|
|
|
|
- update library.json
|
|
|
|
- update readme.md
|
|
|
|
- update license
|
|
|
|
- minor edits
|
|
|
|
|
|
|
|
## [0.1.1] - 2021-11-15
|
|
|
|
- update build-CI, readme.md
|
|
|
|
- improve readability of code
|
|
|
|
|
|
|
|
## [0.1.0] - 2021-05-08
|
|
|
|
- initial version
|
|
|
|
|
|
|
|
|