arduino-CAN
arduino-CAN copied to clipboard
Wrong called interrupt for two module connected
Hi,
I connected to Arduino Nano two MKR CAN SHIELD.
I would like to use the interrupt for receive the data. On the source code ("MCP2515.cpp") I saw that for the interrupt method is called only the "CAN" class. If I would use two MCP2551Class (Ex: "MCP2515Class CAN1" and "MCP2515Class CAN2") how can I do?
Thank you