What am I doing wrong here? This code is from Arduino Playground - HomePage The Servo>Sweep sketch does something similar.
And ?
Mark
Screenshot not visible?
Try restarting you IDE.
Mark
I restarted it a few times and it still gives me the same errors. Does this have something to do with the timer? It doesn't seem to matter which of the boards I have selected.
It appears that SoftwareServo has not been updated for 1.0+.
Edit the header file, and see if WProgram.h or wiring.h are present. If so, change them to Arduino.h.
There we go! Thank you very much.