-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add changelog.md * add RP2040 to build-CI
- Loading branch information
1 parent
7320e5a
commit fb7dcd8
Showing
8 changed files
with
90 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=AnalogKeypad | ||
version=0.2.1 | ||
version=0.2.2 | ||
author=Rob Tillaart <[email protected]> | ||
maintainer=Rob Tillaart <[email protected]> | ||
sentence=Arduino Library for (Robotdyn) 4x4 and 4x3 AnalogKeypad | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters