mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
43 lines
854 B
Markdown
43 lines
854 B
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.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
|