Servo Motor Question

Anyone know how to keep a servo motor from freaking out every time you reset the arduino?

Thanks!

Anyone know how to keep a servo motor from freaking out every time you reset the arduino?

Try wiring a 10k resistor from the servo control signal terminal to the servo ground terminal. As long as the +5vdc remains on, resetting the Arduino (which changes pins to input mode by default) should not effect the servos. Not tested by should work.

Lefty

Ok thanks, I'll try that.