Morning! I am working on building this into my RTI equipped C30. I have all the components, new screen installed and all that, but when I tried uploading the code to arduino, it was giving me an error,
compilation terminated.
exit status 1
src/lin_frame.h: No such file or directory
I have 0 coding experience, and it's my first time with the Arduino. Am I missing something?
Cheers
Hi @yorl, compiling volvo_crankshaft.ino depends on files in src/ folder. So src/ folder with these files should exist in the same folder as your volvo_crankshaft.ino file.
Morning! I am working on building this into my RTI equipped C30. I have all the components, new screen installed and all that, but when I tried uploading the code to arduino, it was giving me an error, compilation terminated. exit status 1 src/lin_frame.h: No such file or directory
I have 0 coding experience, and it's my first time with the Arduino. Am I missing something? Cheers