mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
57 lines
1.1 KiB
Markdown
57 lines
1.1 KiB
Markdown
# Change Log AnalogKeypad
|
|
|
|
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.5] - 2024-04-06
|
|
- update GitHub actions
|
|
|
|
## [0.2.4] - 2023-10-17
|
|
- update readme.md (badges)
|
|
|
|
## [0.2.3] - 2023-01-21
|
|
- update GitHub actions
|
|
- update license 2023
|
|
- move code to .cpp
|
|
- update readme.md
|
|
- add performance example for **read()**
|
|
- minor edits
|
|
|
|
## [0.2.2] - 2022-10-27
|
|
- Add RP2040 support to build-CI.
|
|
- Add CHANGELOG.md
|
|
|
|
## [0.2.1] - 2021-12-12
|
|
- update library.json, license
|
|
- add test_constants to unit test.
|
|
|
|
## [0.2.0] - 2021-10-17
|
|
- update build-CI, readme,
|
|
- add bits as parameter in constructor.
|
|
|
|
----
|
|
|
|
## [0.1.6] - 2021-05-27
|
|
- fix Arduino-lint
|
|
|
|
## [0.1.5] - 2020-12-09
|
|
- add Arduino-CI
|
|
|
|
## [0.1.4] - 2020-05-27
|
|
- update library.json
|
|
|
|
## [0.1.3] - 2020-03-25
|
|
- minor refactoring
|
|
|
|
## [0.1.2] - 2019-02-01
|
|
- refactored rawRead(), first stable version
|
|
|
|
## [0.1.1] - 2019-02-01
|
|
- add pressed() event() last()
|
|
|
|
## [0.1.0] - 2019-01-31
|
|
- initial version
|