I'm currently looking at the observe() method implementation for MCP2515 and I'm wondering if the line referenced above is correct. According to the datasheet, it seems the 0x80 value is for "Configuration mode". If I read the datasheet correctly, the value to use here should be 0x60.
https://github.com/sandeepmistry/arduino-CAN/blob/382fff7a04673705fbd5bc79e6badd319a03c3a8/src/MCP2515.cpp#L356
I'm currently looking at the
observe()
method implementation for MCP2515 and I'm wondering if the line referenced above is correct. According to the datasheet, it seems the 0x80 value is for "Configuration mode". If I read the datasheet correctly, the value to use here should be 0x60.What do you think ?