Servos stop within 20ms if you stop sending pulses..
maybe this would do it for you?
while(digitalRead(swithcPin1)) sendPulse(1);
then the other end would be..
while(digitalRead(swithcPin2)) sendPulse(2);
-jim lee
Servos stop within 20ms if you stop sending pulses..
maybe this would do it for you?
while(digitalRead(swithcPin1)) sendPulse(1);
then the other end would be..
while(digitalRead(swithcPin2)) sendPulse(2);
-jim lee