|
Re: Motor Sequence?
Well if you are coding in Java I can help you
so in the teleop continuous phase use these lines of code:
if(joystick.getRawButton(BUTTON_NUMBER))
{
jaguarName.set(MOTOR SPEED)
}
if(joystick.getRawButton(NEW BUTTON_NUMBER))
{
jaguarName.set(0)
}
__________________
"In theory there is reality, but in reality there is no theory" - Erich Keane (FRC 2010 Build Season - Team 3210)
|