arduino-CAN icon indicating copy to clipboard operation
arduino-CAN copied to clipboard

Wrong called interrupt for two module connected

Open xooooxdeveloper76 opened this issue 3 years ago • 0 comments

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

xooooxdeveloper76 avatar Mar 08 '22 16:03 xooooxdeveloper76