Hello everyone!
I have a problem with programming the instrument, I ordered off eBay, Arduino UNO R3, Arduino Mega 2560 and a Can-Bus Shield v1.2 by ElecFreaks.
everything seems fine when placing the Can-Bus board on top of the mega but apparently they do no correspond with the pins. I managed to get the code from someone who has done something similar to me with a Scania Instrument, His verson of instrument is ICL2, mine is ICL1, I approched him about the code and how he's done it, and he explain to me how he done and it looks simple.
However no matter what I do it just keeps on saying this
E:\Downloads\Instrument\scania can bus controler (1)\dash_mini\dash_mini.ino:16:21: fatal error: mcp_can.h: No such file or directory
#include <mcp_can.h>
^
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino Mega or Mega 2560.
Here's what I have
Can anyone help? Thanks