You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In attempting to use the button_debounce_pins() function in my RTIC example, I was unable to successfully use the atsamd_hal::thumbv7em::eic::pin::ExternalInterrupt trait. Instead of using the id() function, I simply hardcoded the ID's value in.
I've submitted a pull request #639 which has the edge_counter example. This has the hard-coded fix as well as the non-working line on lines 70/71, and I'm not sure how to get line 71 working in a more idiomatic way.
The text was updated successfully, but these errors were encountered:
In attempting to use the button_debounce_pins() function in my RTIC example, I was unable to successfully use the atsamd_hal::thumbv7em::eic::pin::ExternalInterrupt trait. Instead of using the id() function, I simply hardcoded the ID's value in.
I've submitted a pull request #639 which has the edge_counter example. This has the hard-coded fix as well as the non-working line on lines 70/71, and I'm not sure how to get line 71 working in a more idiomatic way.
The text was updated successfully, but these errors were encountered: