I was working on an object tracker with a sensor board on a servo.
The servo is controlled by a picaxe.
This is the program:
main:
servo 0,150
pause 20
goto main
(its actually more, but for testing i limited it to these rows)
Now when i attached the servo it somehow went crazy and keeps spinning around,...
So i thought, maybe its the servo.. lets try another one.
Bam.. same thing.. keeps spinning around.