Signal Input/Output
Making buttons easy and fun to work with (normal, and counting buttons)
MyButton/MyCountingButton are two C++ libraries for the Arduino IDE that make achieving complex behaviors with push-buttons easier through providing: press events detection (FALLING/RISING), Multiple behaviors in one button, and counting presses (FALLING/RISING/CHANGING edges).
Maintainer: Radhi
This library is compatible with all architectures so you should be able to use it on all the Arduino boards.
To use this library, open the Library Manager in the Arduino IDE and install it from there.