laurynas / volvo_crankshaft

Volvo V50 RTI Crankshaft project
MIT License
50 stars 6 forks source link

Arduino #5

Open yorl opened 3 years ago

yorl commented 3 years ago

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

laurynas commented 3 years ago

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.