arduino-CAN
arduino-CAN copied to clipboard
Esp32 multiple ID filter
I have problem to filter to couple ID's
for one ID I use this but this work only for one id.
CAN.filter(0x612,0x1FFFFFFF);
Maybe I can use mask for range of ID? Is this possible?