Skip to content

Commit

Permalink
modified: CHANGELOG.md
Browse files Browse the repository at this point in the history
	modified:   library.properties
  • Loading branch information
MicroBeaut committed Apr 29, 2023
1 parent 716f923 commit 0398392
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,12 @@ All notable changes to the "RepeatButton" Library will be documented in this fil
- Remove the default mode value from button mode function
- Added rising edge detector for key Press, key Release, key Hold, and key repeat
- Disable Key hold and Key Repeat from the default.
- Fixed Callback issue for Holding and Repeating function.
- Fixed Callback issue for Holding and Repeating function.

[1.2.0]
- Changed the button events member name.
- Combined the button events into one callback function.
- Fixed the key HOLD issue.

[1.2.1]
- Changed the URL
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=RepeatButton
version=1.2.0
version=1.2.1
author=Montree Hamarn, Natvalun Tavepontakul
maintainer=Montree Hamarn<[email protected]>
sentence=RepeatButton Library for Arduino.
paragraph=RepeatButton provides debounce, press, release, hold, and repeat functions with an event callback for the button.
category=Signal Input/Output
url=https://github.com/MicroBeaut/MicroBeaut-RepeatButton
url=https://github.com/MicroBeaut/RepeatButton
architectures=*

0 comments on commit 0398392

Please sign in to comment.