|
Re: Servo responding to button
i was thinking of something like
void operatorcontrol()
{
while(isOperatorControl)
{
double degree;
if(button is pressed)
{
degree incremented up
}
update servo
}
...
do you have code that works for a joystick button and code that works for a servo
if so could you post it
or even if you have the exact code we need
even if you do not any help will be appreciated
THANKS
Also the Previous assumption is correct
|