From 3b10b31c5fc59190566b8d0e5fd69eb624b91bec Mon Sep 17 00:00:00 2001 From: JChristensen Date: Thu, 8 Feb 2018 12:24:28 -0500 Subject: [PATCH] Add library.properties file. --- library.properties | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 library.properties diff --git a/library.properties b/library.properties new file mode 100644 index 0000000..99efd11 --- /dev/null +++ b/library.properties @@ -0,0 +1,9 @@ +name=Button +version=1.0.1 +author=Jack Christensen +maintainer=Jack Christensen +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