diff --git a/keywords.txt b/keywords.txt index 7e9cd2e..a782c5a 100644 --- a/keywords.txt +++ b/keywords.txt @@ -24,6 +24,9 @@ wasPressed KEYWORD2 wasReleased KEYWORD2 pressedFor KEYWORD2 releasedFor KEYWORD2 +enableInterrupt KEYWORD2 +disableInterrupt KEYWORD2 +supportsInterrupt KEYWORD2 ####################################### # Instances (KEYWORD2) diff --git a/library.properties b/library.properties index 8094506..a653078 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=EasyButton -version=1.0.2 +version=1.1.0 author=Evert Arias maintainer=Evert Arias sentence=Arduino library to debounce buttons, detect presses, releases, long presses and sequences diff --git a/src/EasyButton.cpp b/src/EasyButton.cpp index a5e92e2..7a5b511 100644 --- a/src/EasyButton.cpp +++ b/src/EasyButton.cpp @@ -1,7 +1,7 @@ /** * EasyButton.cpp * @author Evert Arias - * @version 1.0.0 + * @version 1.1.0 * @license MIT */ diff --git a/src/EasyButton.h b/src/EasyButton.h index eb69fc9..2a37ec7 100644 --- a/src/EasyButton.h +++ b/src/EasyButton.h @@ -1,7 +1,7 @@ /** * EasyButton.h * @author Evert Arias - * @version 1.0.0 + * @version 1.1.0 * @license MIT */ diff --git a/src/EasyButtonTouch.cpp b/src/EasyButtonTouch.cpp index 51984ef..f765814 100644 --- a/src/EasyButtonTouch.cpp +++ b/src/EasyButtonTouch.cpp @@ -1,7 +1,7 @@ /** * EasyButtonTouch.cpp * @author Evert Arias, Gutierrez PS - * @version 1.0.0 + * @version 1.1.0 * @license MIT */ diff --git a/src/EasyButtonTouch.h b/src/EasyButtonTouch.h index 4e55582..30f46b5 100644 --- a/src/EasyButtonTouch.h +++ b/src/EasyButtonTouch.h @@ -1,7 +1,7 @@ /** * EasyButtonTouch.h * @author Evert Arias, Gutierrez PS - * @version 1.0.0 + * @version 1.1.0 * @license MIT */