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
Is it possible to use a callback triggered by an interrupt in case a frame was received?
Background: I worked quite a while with an Arduino Due and the due_can lib. This lib supports not only a loop by checking the availability of a frame in the RX queue, but also supports to register a callback in case of RX interrupt.
The text was updated successfully, but these errors were encountered:
Is it possible to use a callback triggered by an interrupt in case a frame was received?
Background: I worked quite a while with an Arduino Due and the due_can lib. This lib supports not only a loop by checking the availability of a frame in the RX queue, but also supports to register a callback in case of RX interrupt.
The text was updated successfully, but these errors were encountered: