ChrisGallagher 0a30a709f0 Add compile option: BOUNCE_WITH_PROMPT_DETECTION
New compile time opiton for alternative 'prompt' debounce algorithm.
Button state changes are avaliable imideatley, so long as the previous
state has been stable for the timeout period. Otherwise the state will
be updated when the timeout period allows.

- Able to report acurate switch times normally with no delay.
- Compatable with exising usage.
- Use when prompt switch transition timing is important.
2016-04-26 15:48:26 +01:00
2015-05-06 11:05:29 -04:00
2015-07-24 08:43:05 -04:00
2013-12-21 10:23:22 -08:00
2015-01-06 12:23:49 -05:00

BOUNCE 2

Debouncing library for Arduino or Wiring

by Thomas Ouellet Fredericks

with contributions from:

Eric Lowry, Jim Schimpf and Tom Harkaway

HAVE A QUESTION?

Please post your questions here : http://forum.arduino.cc/index.php?topic=266132.0

DOWNLOAD

Download the latest version (version 2) here :

https://github.com/thomasfredericks/Bounce2/archive/master.zip

DOCUMENTATION

The latest version (version 2) documentation can be found here :

https://github.com/thomasfredericks/Bounce2/wiki

ABOUT BOUNCE 1 (ORIGINAL VERSION)

The original version of Bounce (Bounce 1) is included but not supported anymore.

S
Description
Debouncing library for Arduino and Wiring
Readme MIT
2.7 MiB
Bounce V2.71
Latest
2022-03-21 17:04:38 +03:00
Languages
C++ 100%