Skip to content

Commit

Permalink
Merge pull request #19 from evert-arias/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
evert-arias authored Aug 13, 2019
2 parents 7ca0b11 + 70beb92 commit 3cad9a7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ wasPressed KEYWORD2
wasReleased KEYWORD2
pressedFor KEYWORD2
releasedFor KEYWORD2
enableInterrupt KEYWORD2
disableInterrupt KEYWORD2
supportsInterrupt KEYWORD2

#######################################
# Instances (KEYWORD2)
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=EasyButton
version=1.0.2
version=1.1.0
author=Evert Arias <[email protected]>
maintainer=Evert Arias <[email protected]>
sentence=Arduino library to debounce buttons, detect presses, releases, long presses and sequences
Expand Down
2 changes: 1 addition & 1 deletion src/EasyButton.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* EasyButton.cpp
* @author Evert Arias
* @version 1.0.0
* @version 1.1.0
* @license MIT
*/

Expand Down
2 changes: 1 addition & 1 deletion src/EasyButton.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* EasyButton.h
* @author Evert Arias
* @version 1.0.0
* @version 1.1.0
* @license MIT
*/

Expand Down
2 changes: 1 addition & 1 deletion src/EasyButtonTouch.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* EasyButtonTouch.cpp
* @author Evert Arias, Gutierrez PS
* @version 1.0.0
* @version 1.1.0
* @license MIT
*/

Expand Down
2 changes: 1 addition & 1 deletion src/EasyButtonTouch.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* EasyButtonTouch.h
* @author Evert Arias, Gutierrez PS
* @version 1.0.0
* @version 1.1.0
* @license MIT
*/

Expand Down

0 comments on commit 3cad9a7

Please sign in to comment.