234Views6Replies
My coding in Arduino has an error?
I got a robot kit form Radio shack and I had the choice to build the line following robot or the walking robot. So i built the walking one. I download the program(Arduino) and everything. So when i click the verify button and error thing comes up. It tells me that"MakeItRobotics does not have a name." Here's the code that has the error. Please help. It's my first time using this program. thanks!
Comments
6 years ago
Have you got the line
#include <MakeItRobotics.h>
in there ????
Best Answer 6 years ago
Get the files in here
http://blog.radioshack.com/wp-content/uploads/2014...
In there you will find a directory called MakeItRobotics
and a readme file which says
Install the MakeItRobotics Library
1. Create a MakeItRobotics folder in the libraries sub-directory of your Arduino folder or sketchbook directory.
2. Copy or move the MakeItRobotics.h, MakeItRobotics.cpp, keywords.txt, and GNU GENERAL PUBLIC LICENSE.pdf files,
and the Examples folder from the MakeItRobotics folder into that directory.
For more information about Libraries and for alternative installation methods, go to arduino.cc/en/Guide/Libraries
Answer 6 years ago
Sorry to bug you, but I already installed the MakeItRobotics Library. Am I doing something wrong?
Answer 6 years ago
Does it appear in your drop down menu under "libraries" ?
Post a copy of your actual program file.
6 years ago
You are missing the "makeitrobotics library", which needs to be installed in Arduino to work.
Answer 6 years ago
I already downloaded it. This the link that is highlighted...right?
Answer 6 years ago
Make SURE you have installed the library.