Search Results

by ichudov
Tue Feb 21, 2017 9:04 pm
Forum: C/C++
Topic: C prog on SimpleServo,sometimes servo motor spins endlessly
Replies: 1
Views: 17006

C prog on SimpleServo,sometimes servo motor spins endlessly

I wrote a simple program to talk to a Phidgets servo controller, and hooked up a 9 gram servo to it. It is based on Simple Servo. The program is contained here: http://igor.chudov.com/tmp/servo.c After I wrote it, it was working. Meaning that the servo would rotate as instructed and stopped. Then I ...