2018-07-18 12:09:10 -04:00
2018-07-16 18:25:04 -04:00
2018-07-18 12:09:10 -04:00
2018-07-16 19:08:38 -04:00
2018-07-18 12:09:10 -04:00
2018-05-22 10:34:19 -04:00
2013-12-21 10:23:22 -08:00
2018-07-18 12:09:10 -04:00

BOUNCE 2

Debouncing library for Arduino and Wiring by Thomas Ouellet Fredericks with contributions from: Eric Lowry, Jim Schimpf, Tom Harkaway and Joachim Krüger.

More about debouncing: http://en.wikipedia.org/wiki/Debounce#Contact_bounce

HAVE A QUESTION?

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

INSTALLATION & DOWNLOAD

Install through your software's Library Manager or download the latest version here and put the "Bounce2" folder in your "libraries" folder.

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

DOCUMENTATION

The complet documentation can be found in the "docs" folder or online here.

DEBOUNCE ALGORITHMS

Stable interval

By default, the Bounce library uses a stable interval to process the debouncing. This is simpler to understand and can cancel unwanted noise.

Lock-out interval

By defining "#define BOUNCE_LOCK_OUT" in "Bounce.h" you can activate the alternative debouncing method. This method is a lot more responsive, but does not cancel noise.

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%