Read and debounce buttons and switches without delay or interrupts.
*Please include your Arduino make/model and IDE version when reporting an issue with this library.
License
Copyright (c) 2015 Alex Taujenis - MIT License
Read and debounce buttons and switches. Read and debounce buttons and switches without delay or interrupts. React to button events with the onPressed() and onReleased() commands. Control debounce time with setDebounceTimeout(). This library sets each button up as input_pullup by default, allowing you to wire the button to any digital input and ground.