107-systems / 107-Arduino-MCP2515

Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.
https://107-systems.org
MIT License
88 stars 14 forks source link

Fix: Clear RX int flag before calling user-callback. #67

Closed aentinger closed 2 years ago

aentinger commented 2 years ago

This has the added benefit of allowing the next CAN frame to be received WHILE the current one is processed in the user-callback (in case that processing takes very long, which is not advisable).