Installation - PaulMurrayCbr/DebounceInput GitHub Wiki
You can get the library by downloading the zip. Rename the DebounceInput-master
folder to DebounceInput
, and place it in your library folder arduinosketchfolder/libraries/
(create the folder if necessary).
Alternatively, you can use git. Navigate to your arduinosketchfolder/libraries/
folder (create the folder if necessary), and clone the repository there.
git clone https://github.com/PaulMurrayCbr/DebounceInput.git
After restarting the IDE, navigate to Sketch > Include Library
in the IDE menu. "Debounce Input" should appear at the bottom, under "contributed ibraries".
Example sketches using the library appear under File > Examples > Debounce Input