EasyButton
EasyButton copied to clipboard
Arduino library for debouncing momentary contact switches, detect press, release, long press and sequences with event definitions and callbacks.
Hi is it possible to redefine the parameters for the presses and timeout in this function, based on either user input. Or can they only he set up when first...
Hello, Would be nice to add a callback for button release. Thanks!
I am surprised by the results I am getting when defining multiple duration and sequence calls. Is this really the intended behavior of this lib? This is the preogram, modified...
Hi there. Issue: When using EasyButton > 1.02 compilation failure with Adafruit nrf52 BSP Using https://github.com/adafruit/Adafruit_nRF52_Arduino BSP. Arduino 1.8.13 nrf52 BSP versions affected 0.70 - 0.21.0 (All) Works on all...
Hi, I was woundering how to use your library to work with joystick buttons. They have basically x2 10K resistors, so values from analog read goes something like this: *...
I'm trying to implement EasyButton on an ESP32 project, but I'm receiving errors during compiling. I'm using pin D14, which has PULLUP enabled. Code: `#include // pin assignments const byte...
**Hi!** thank you very much for this library! I try to get an event, after the button was released after a long press. I tried it in that way but...
Devices often contain multiple buttons, the one I'm dealing with has 6. The easiest way to model these is in an array. In a device with multiple buttons the code...
My use case is for a light switch that normally functions as a momentary switch, but acts as a dim up/dim down switch when it is held for more than...
I open this new issue just for convenient, help the people who can find the solution immediately. I use Platformio, and install the EasyButton2.0.3 library through the Platformio library installation:...