EasyButton icon indicating copy to clipboard operation
EasyButton copied to clipboard

Arduino library for debouncing momentary contact switches, detect press, release, long press and sequences with event definitions and callbacks.

Results 32 EasyButton issues
Sort by recently updated
recently updated
newest added

There's a mismatch between how interrupts are documented and how they are used in the example code. The [docs](https://easybtn.earias.me/docs/poll-vs-external-interrupts#external-interrupts) describe how to use the function `attachInterrupt(digitalPinToInterrupt(BUTTON_PIN), buttonPressed, FALLING);` to enable...

docs

I was trying to use the EasyButton library in wokwi.com, but it was failing due to this error (See images) I then tried to compile the 'Interrupts' example on a...