Missing Libraries?

Hello,
I'm taking Mark Rober's class and we've just started using the Arduino. I have the Arduino Starter Kit. We are working on an application using the Servo motor. When I try to run the code, here is the error I'm getting:


#include <Servo.h>
^~~~~~~~~
compilation terminated.

exit status 1

Compilation error: Servo.h: No such file or directory


I think it is because the Library isn't installed. Which library does this device use?

Thanks,

Keith F

Did you try this one? (>Tools > Manage Libraries)

2 Likes

Problem Solved Thanks so much!

Hi,

if your problem was solved, do a kindness to everyone on the forum, especially to those who helped you.
Write [Solved] before your topic title, so if someone searches and finds your topic, they'll know what the solution looks like.

And if it was solved by some help, please tick the one that best describes your solution.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.