EasyButtonAtInt01

Signal Input/Output

Small and easy to use Arduino library for using push buttons at any PinChangeInterrupt pin. Automatic debouncing, no delay required. Functions for long and double press detection are included.
Define an EasyButton in you main program and use a callback function which will be called once on every button press or release.

Author: Armin Joachimsmeyer

Maintainer: Armin Joachimsmeyer

Read the documentation

Compatibility

This library is compatible with the avr architecture so you should be able to use it on the following Arduino boards:

Compatibility Note

Note: while the library is supposed to compile correctly on these architectures, it might require specific hardware features that may be available only on some boards.

Releases

To use this library, open the Library Manager in the Arduino IDE and install it from there.