adlerweb / asysbus

Arduino System Bus
GNU General Public License v3.0
27 stars 17 forks source link

This version does not compile with the actual adlerweb/CAN_BUS_Shield firmware #6

Closed NGonka closed 6 years ago

NGonka commented 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?

NGonka commented 6 years ago

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.