Servo attach/detach when not in use

Hi,

I’m wondering if there is a way to attach/detach the servos from the electric imp board (April) on command? I would like to be able to move the servos manually as well as through the electric imp. I know this is done in Arduino.

Thanks for the help,

Andres N.

If you turn off the PWM, by setting it to zero (so there’s no pulse at all) then generally you can move servos by hand.

Thanks Hugo. I’ll give it a try.