miketeachman / micropython-rotary

MicroPython module to read a rotary encoder.
MIT License
269 stars 56 forks source link

How about including push button handling? #21

Open wolfgangbregel opened 2 years ago

wolfgangbregel commented 2 years ago

First of all, many thanks for your contribution. I tried quite a few solutions on encoder handling, yours is the most complete and stable one i found.

Talking about complete: How about including push-button handling? This should be an easy thing to do - and very handy.

Best regards Wolf

fiechr commented 1 year ago

I agree, that would be convenient, although it is just a regular button in the end.

Is there maybe a recommended lib that already includes some software filtering/debounce?