Open
Description
Hey,
Im not sure about the SJA1000 but the MCP2515 supports multiple filters, however the api of this library does not support multiple filters.
Maybe a macro constant like MAX_FILTERS
and a function multiFilter(int *ids, int *masks, size_t count)
would be possible?
I'm using this library together with an Arduino MKR WAN and a MKR CAN shield to read data from a Renault Twizy. Bitwise anding together all the CAN IDs I need results in 0, so using a single filter is not possible.
Metadata
Metadata
Assignees
Labels
No labels