Skip to content

Commit bf048af

Browse files
authored
Merge pull request #80 from webmonkey/main
Bump version number in library.properties
2 parents a00856a + 852351a commit bf048af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=EasyButton
2-
version=2.0.1
2+
version=2.0.2
33
author=Evert Arias <[email protected]>
44
maintainer=Evert Arias <[email protected]>
55
sentence=Arduino library for debouncing momentary contact switches, detect press, release, long press and sequences with event definitions and callbacks.
66
paragraph=EasyButton is an small Arduino library for debouncing momentary contact switches like tactile buttons. It uses events and callbacks to trigger actions when a button is pressed once or held for a given duration. It also provides a sequence counter to be able to rise an event when a given pattern of presses has been matched.
77
category=Signal Input/Output
88
url=https://easybtn.earias.me
99
architectures=*
10-
depends=MegunoLink
10+
depends=MegunoLink

0 commit comments

Comments
 (0)