|
Re: Operator Control Help
for the the trigger have an if statement that checks the trigger and the else would release it
use the IFI dachboard to see what the analog sticks on the joystick are and then pull that value into the motors
the code would look like
pwm01=p1_y;
/* this grabs the y axis value of the port 1 joystick and makes the pwm # 1 equal to it
__________________
ALWAYS a mechanical problem!
|