rlogiacco / AnalogButtons

Arduino library to wire multiple buttons to one single analog pin
GNU Lesser General Public License v3.0
54 stars 13 forks source link

Click must be PUSH-DOWN plus PUSH-UP. #18

Open zhekaus opened 2 years ago

zhekaus commented 2 years ago

Currently there is no proper way to use click and hold callbacks simultaneously. Click must be triggered on push-up-event.

And, of course, push-down and push-up callbacks must be clearly split.

rlogiacco commented 2 years ago

Feel free to submit a pull request: I will happily review it