Delete StopWinch and Climber subsystem, edit javadoc comments
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / Constants.java
index bbbb4ccc1ee345987df68406c60e66c2aa2d72fb..c93d6434bffd871ff429ec5822709a8d59ffabf6 100644 (file)
@@ -27,12 +27,6 @@ public class Constants {
     public static final int ENCODER_RIGHT_B = 3;
   }
 
-  public static class Climber {
-    // MOTOR CONTROLLERS
-    public static final int MOTOR = 1;
-
-  }
-
   public static enum Direction {
     LEFT, RIGHT, DOWN, UP, FORWARD, BACKWARD;
   }