CAN.begin(CAN_83k3BPS, MCP_8MHz);
won't work, because in mcp_can.cpp, there is no 83k3BPS case in the select statement for MCP_8MHz.
Also, in mcp_can_dfs.h,
#define MCP_8MHz_83k3BPS_CFG1 (0xxx)
#define MCP_8MHz_83k3BPS_CFG2 (0xxx)
#define MCP_8MHz_83k3BPS_CFG3 (0xxx)
is missing.
Probably forgotten at #49
CAN.begin(CAN_83k3BPS, MCP_8MHz);won't work, because in mcp_can.cpp, there is no 83k3BPS case in the select statement for MCP_8MHz.
Also, in mcp_can_dfs.h,
is missing.
Probably forgotten at #49