-
-
Save dentex/8035c7d62279ae139e915e7f4f3dbe91 to your computer and use it in GitHub Desktop.
microPython button irq long-press detection
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately, the debouncing according to the script above did not work in my application.
So I'm using the "Switch debouncing" instead, as described here.