View Single Post
  #3   Spotlight this post!  
Unread 21-01-2014, 01:09
Just_In_Time Just_In_Time is offline
Registered User
no team
 
Join Date: Jul 2012
Rookie Year: 2010
Location: United States
Posts: 18
Just_In_Time is an unknown quantity at this point
Re: [FTC]: Servo to button programming teleop

I'm not entirely sure if this is the issue but you might want to try putting an "==1" after you assign a button number.
Each button assignment should look something like this:
if((joy1Btn(1) ==1));
{
//servo code here
}

Hope this helps.

JIT
Reply With Quote