Skip to content

Commit

Permalink
Merge branch 'update-examples'
Browse files Browse the repository at this point in the history
  • Loading branch information
LennartHennigs committed May 30, 2024
2 parents c3fab37 + 6ccd6b7 commit 4112017
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ getID KEYWORD2
setID KEYWORD2
wasPressed KEYWORD2
resetPressedState KEYWORD2
resetClickCount KEYWORD2
read KEYWORD2
getLongClickCount KEYWORD2
wait KEYWORD2
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Button2",
"version": "2.3.2",
"version": "2.3.3",
"keywords": "button",
"description": "Arduino/ESP Library to simplify working with buttons. It allows you to use callback functions to track single, double, triple and long clicks. Alternatively, it provides function to use in your main loop(). The library also takes care of debouncing. Using this lib will reduce and simplify your source code significantly.",
"homepage": "https://github.com/LennartHennigs/Button2",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Button2
version=2.3.2
version=2.3.3
author=Lennart Hennigs
maintainer=Lennart Hennigs <mail@lennarthennigs.de>
sentence=Arduino/ESP library to simplify working with buttons.
Expand Down

0 comments on commit 4112017

Please sign in to comment.