Closed OiD-W closed 5 years ago
Check docs, can.h please.
Most significant bit:
Always 1 for 29-bit messages
Hi autowp,
Thanks for the quick reply, lots of info in can.h! Might be useful to add some more information to the description field "first commit" like flags and config info.
Thanks for sharing the library!
@OiD-W
Managed to solve?
@autowp Would it be beneficial to do the setting / unsetting of CAN_EFF_FLAG inside the library? This is not expected behavior with CAN libraries in general. While it is documented in can.h, it might help new users by setting / unsetting the flag inside the library so users don't know it is used and is abstracted away
I'm filtering EXT ID's and while the filters are working the returned value is not correct. Here is the code (from the example receive sketch);
The following is giving me the wrong results;
The most significant nibble is returning the ID + 8.
Is this a function? Is this documented?
Thanks and regards,