button icon indicating copy to clipboard operation
button copied to clipboard

Button library supports debounce, pressed/released events. It is easy to use with multiple buttons. It is designed for not only beginners but also experienced users

Results 14 button issues
Sort by recently updated
recently updated
newest added

I am trying to get the button library workjng on my Arduino Nano RP2040 Connect without success :-( Is it compatible with RP2040? Can I help testing something to get...

I have a working project, it's stressful and error-prone for me to open it and change the button connection with a pull-down resistor to a pull-up resistor. I would like...

I am using the library with a Nano ESP32 and the pullups on the pins D6 and D7 seem to "float" unless I add an explicit INPUT_PULLUP on these pins...

I want to detect short and long presses from 5 buttons, but this doesn't work good at all. Is this a limitation of the library, or is it my code?...

Hi, sorry my programming skills are close to zero. I was wondering what would be the right way to setup the internal pullup resistors when using the library. thanks for...

Hi, I'm using the library with an ESP32Cam, and it works on pin 4, bot not on any other buttons. Please help, Matt

Adds an additional constructor so you can create an active high button like: ```cpp ezButton button(pinNumber, INPUT, ACTIVE_HIGH); ``` The default is active low so this change shouldn't break existing...

Is compatible with stm32F1xxx ?

Fixes error compiling for STM32F1 and others.

Having issues opening a file and writing to the file while in the loop. Everything works until it's put into the loops' code. Using this code: ``` #include` #include #define...