Last active
January 31, 2024 05:32
-
-
Save jedie/8564e62b0b8349ff9051d7c5a1312ed7 to your computer and use it in GitHub Desktop.
microPython button irq debouncing
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.