Add ToggleButton derived class.

This commit is contained in:
JChristensen
2019-03-11 07:43:43 -04:00
parent db8bf3a213
commit b87dcd96d9
5 changed files with 171 additions and 6 deletions

View File

@@ -1,9 +1,9 @@
name=JC_Button
version=2.0.1
version=2.1.0
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.
paragraph=Copyright (C) 2018-2019 by Jack Christensen and licensed under GNU GPL v3.0.
category=Signal Input/Output
url=https://github.com/JChristensen/JC_Button
architectures=avr