01-26-2013 10:26 AM
I am trying to use one button to move 2 servos upward in move in 2 different directions at once and than another button to move it down. How can I do that?
02-04-2013 03:27 PM
Can you be more specific?
In doing so:
I think what you're asking for is to have a single button to control two servos identically, such that when you press Button 3 you want the servos to move in a positive direction in steps of 5 servo positions (though you don't mention the lower or upper limits, nor the starting position) and when you press Button 4 you want both servos to move in a negative direction in steps of 5 servo positions.
If you give me a specific instruction, I can write you some example code to perform your action.
-Danny