Skip to content

Commit

Permalink
Add library.properties file.
Browse files Browse the repository at this point in the history
  • Loading branch information
JChristensen committed Feb 8, 2018
1 parent 450f95c commit 3b10b31
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions library.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name=Button
version=1.0.1
author=Jack Christensen <jack.christensen@outlook.com>
maintainer=Jack Christensen <jack.christensen@outlook.com>
sentence=Arduino library to debounce button switches, detect presses, releases, and long presses.
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.
category=Signal Input/Output
url=https://github.com/JChristensen/Button
architectures=avr

0 comments on commit 3b10b31

Please sign in to comment.