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

Implement filtering for multiple CAN ids

Open M4GNV5 opened this issue 6 years ago • 2 comments

i tried to keep the interface simple for the user, you simply specify a list of CAN ids you are interrested in and the library handles when the hardware does not have enough filter registers.

int MCP2515Class::multiFilter(int *ids, unsigned count)

ref #19

M4GNV5 avatar May 31 '19 14:05 M4GNV5

Hi,

is this ever implemented?

Thank you for this beautiful and simple for use library!

t-c-o-d-e avatar Apr 30 '20 09:04 t-c-o-d-e

@sandeepmistry Do you think this could be merged? I have a requirement to filter for two IDs, currently this does need to be done in the MCU, while with this PR it could be done natively in the CAN controller (if you have enough filter registers).

ghost avatar May 30 '20 10:05 ghost