SimpleButton
SimpleButton copied to clipboard
A simple Arduino library to make interfacing and reacting on buttons or other inputs easier.
If i use events clicked and holding on the same button, they interfere: when holding the button, this generates the holding event, but also an unsolicited clicked event.
Hello. I am using SimpleButton liblary in my project and it is working verry well. I use ESP8266 and buttons connected to GPIO expander - MCP23017. The issue i have...
hi, in case of button to be active HIGH, there should be proper way of pulling down the pin there is nothing I could find like this in your code...
typo 'holded' should be 'holding'; then it compiles and works fine on stm32 nucleo64 F103RB
hello i 've tried your library (on an arduino nano) but for the rotary encoder example it bring an error "include functional" ... any idea? thanks
At the first compiling i recive this error: > In file included from C:\Users\Fabio >Capo\Documents\Arduino\libraries\SimpleButton\src/Buttons/Button.h:5:0, from C:\Users\Fabio Capo\Documents\Arduino\libraries\SimpleButton\src/SimpleButton.h:4, from C:\Users\Fabio Capo\Documents\Arduino\libraries\SimpleButton\examples\Button\Button.ino:1: >C:\Users\Fabio Capo\Documents\Arduino\libraries\SimpleButton\src/Events/Event.h:5:22: fatal error: >functional: No such file or...