Sign in to our website and become an InMoov member. It will allow you to post message, pictures, and share with others InMoov builders. It's just one click away!
Username or Email Address
Password
Remember Me
Richard posted an update 8 years ago
good day, I\’m Richard and new to inmoov And I’ve started, getting compiler error
In file included from MrlComm.h:8:0, from MrlComm.cpp:1: MrlServo.h:4:19: fatal error: Servo.h: No such file or directory #include ^ compilation terminated. Error compiling. Thank you for any help
Hi Richard. Try this guide. I hope it helps. http://myrobotlab.org/content/uploading-mrlcomm-arduino-0
The file servo.h should come with the installation of the Arduino IDE.
Thank you, The problem is the new Arduino 1.7.11, it’s a compiler problem when including a library from within a library. I place a reference in the INO the resolve that problem but open others. Thank you