|
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
|