try using interrupts to trigger can reading again #25
Labels
enhancement
New feature or request
good first issue
Good for newcomers
requires cage
Task requires access to the cage or resources in the cage
I tried this once upon a time but it didn't work very well (read: at all). In theory we can save some cycle time by not checking CAN unless we know there's a message. The MCP2515 supports sending an interrupt when a message has been received, and I wired up that pin even though I didn't intend to use it.
The text was updated successfully, but these errors were encountered: