We have to make a boat autonomous, we found a program all done on internet. The first line is #include <motor.h>. Except that our arduino does not have its library, would you have solutions so that this problem no longer appears, or a link to download this library.
Thank you for your help.
FRA3487:
I do not intend to appropriate this as my own invention, i would merely like to use it for a school project.
I'm pretty sure that wherever you liberated the code from had details on where to get the required library to go with the required hardware. If not, then having liberated the sketch was useless. If you can't find the resources listed, at least post a link to where you liberated the code from, so we can have a good laugh.
Click the 'clone or download' button, save the zip file, extract it and study it.
You can also copy all files into one sketch directory; you might have to rename romeo.c to romeo.ino.
And you might have to name the directory romeo in that case.