Problem library <motor.h>

Hi,

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.

or a link to download this library.

Without knowing where you found the sketch you are planning on submitting as your own? No.

I do not intend to appropriate this as my own invention, i would merely like to use it for a school project.

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.

Here is the link where we found the program in question: Robot de télésurveillance | && Arduino && Robotique && Systèmes embarqués &&
Thank you for staying courteous

From the page you gave and via via, I found GitHub - Evanok/telesurveillance: The main goal of the project is to create a monitoring robot

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.

Thank you for your reply sterretje