autowp / arduino-mcp2515

Arduino MCP2515 CAN interface library
MIT License
793 stars 279 forks source link

2 errors found #106

Open martinpeterbauer opened 10 months ago

martinpeterbauer commented 10 months ago

1) In ArduinoMCP2515.cpp Please correct it to: if (filter_size >= 3) _cfg.setFilterId_RxF4(filter[2]); if (filter_size >= 4) _cfg.setFilterId_RxF5(filter[3]);

2) In the examples: On ESP32 plattforms, the Interrupt-Trigger is not "LOW" but "ONLOW"

Best regards, Martin