|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#7
|
|||
|
|||
|
Re: Need serious help with coding!!
a basic code would be
Code:
if(joystick.getRawButton(4)
jaguar.set(1);
else if(joystick.getRawButton(5)
jaguar.set(-1);
else
jaguar.set(0);
|
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|