Closed NGonka closed 6 years ago
When I compile the asysbus Firmware with Arduino 1.8.5 there are a lot of compiling errors. It starts with:
simple:16: error: 'MCP_16MHz' was not declared in this scope ASB_CAN asbCan0(10, CAN_125KBPS, MCP_16MHz, 2);
If I correct it with "MCP_16MHZ" the Odyssey starts. Is there an updated version of the can_bus _shield firmware available from your site?
Duplicate of #3
This issue is mentioned and explained in #3 Sorry, when I searched for the problem I forgot to look in the closed issues. Maybe a hint in the wiki could had prevented this.
When I compile the asysbus Firmware with Arduino 1.8.5 there are a lot of compiling errors. It starts with:
If I correct it with "MCP_16MHZ" the Odyssey starts. Is there an updated version of the can_bus _shield firmware available from your site?