Change to more descriptive names
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / OI.java
index cb23990c52fdbac76ed9319141505cd52cd8c599..aa58ffccde0c62a84520a6426eeaf1a3154be266 100644 (file)
@@ -131,7 +131,7 @@ public class OI {
       // intake button stops the winch
       // shoot button extends the lift
       toggleShooter.whenPressed(new RunWinchContinuous(
-          Constants.Scaler.WINCH_IN_SPEED));
+          Constants.Scaler.SCALE_SPEED, Constants.Scaler.SECONDS_TO_SCALE));
       compactRobot_1.whenPressed(new RetractLift());
       compactRobot_2.whenPressed(new RetractLift());