ptoshkov
ptoshkov
After looking at the implementation of digitalPinToInterrupt I see what you mean. I don't know why they use this function without checking the output in the Arduino examples.
Thanks for the quick reply, autowp. Yes, I will do it as soon as I can.
https://github.com/autowp/arduino-mcp2515/pull/126 Unfortunately if I define the structure as ``` struct can_frame { canid_t can_id; /* 32 bit CAN_ID + EFF/RTR/ERR flags */ __u8 can_dlc; /* frame payload length in byte...