Hello,
After I updated the mbed library, the DebounceInterrupt library didn't work anymore on the platform NUCLEO-L152RE.
It turns out it was a problem with the Timeout object being global. So I corrected it.
I took the opportunity to add a feature without destroying backward compatibility. You can now ask the function to be triggered as the interrupt is received and it will ignore all interrupts until the timeout expires. It's can be useful if you want reactivity and debounce.
This site uses cookies to store information on your computer.
By continuing to use our site, you consent to our cookies.
If you are not happy with the use of these cookies, please review our
Cookie Policy
to learn how they can be disabled.
By disabling cookies, some features of the site will not work.
Access Warning
You do not have the correct permissions to perform this operation.
I forgot to remove an include in DebouncedInterrupt.cpp Please correct it.