Skip to content

Commit 3b10b31

Browse files
committed
Add library.properties file.
1 parent 450f95c commit 3b10b31

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

library.properties

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name=Button
2+
version=1.0.1
3+
author=Jack Christensen <jack.christensen@outlook.com>
4+
maintainer=Jack Christensen <jack.christensen@outlook.com>
5+
sentence=Arduino library to debounce button switches, detect presses, releases, and long presses.
6+
paragraph=The Button library is for debouncing and reading momentary contact switches like tactile button switches. "Long presses" of arbitrary length can be detected. Works well in state machine constructs. Use the read() function to read each button in the main loop, which should execute as fast as possible.
7+
category=Signal Input/Output
8+
url=https://github.com/JChristensen/Button
9+
architectures=avr

0 commit comments

Comments
 (0)