View Single Post
  #6   Spotlight this post!  
Unread 19-03-2012, 15:31
kinganu123 kinganu123 is offline
Registered User
FRC #1747
Team Role: Mentor
 
Join Date: Jan 2010
Rookie Year: 2008
Location: Piscataway, NJ
Posts: 243
kinganu123 is on a distinguished road
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);
__________________
Reply With Quote