Add library.properties file.

This commit is contained in:
JChristensen
2018-02-08 12:24:28 -05:00
parent 450f95c997
commit 3b10b31c5f

9
library.properties Normal file
View File

@@ -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