Add button for winch
authorShivani Ghanta <shivani.oghanta@gmail.com>
Tue, 17 Jan 2017 03:17:54 +0000 (19:17 -0800)
committerCindy Zhang <cindyzyx9@gmail.com>
Wed, 25 Jan 2017 03:40:38 +0000 (19:40 -0800)
src/org/usfirst/frc/team3501/robot/OI.java

index c6b9f88215b049a73001ed1507bc654c9a1b6bf3..935c4c6e32eb4da8fb3dbc5590e4f51bfef6aea5 100644 (file)
@@ -18,7 +18,6 @@ public class OI {
     rightJoystick = new Joystick(Constants.OI.RIGHT_STICK_PORT);
     toggleWinch = new JoystickButton(leftJoystick,
         Constants.OI.TOGGLE_WINCH_PORT);
-
     toggleIndexWheel = new JoystickButton(leftJoystick,
         Constants.OI.TOGGLE_INDEXWHEEL_PORT);
     toggleFlyWheel = new JoystickButton(leftJoystick,