Create Intake Roller Port constant
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / Constants.java
index 27a1660316c06e8047a1e0fee3f3daf9cad4904d..95d4ba14bd7cee8707ab08d76e5a613a0843fb8a 100644 (file)
@@ -38,7 +38,10 @@ public class Constants {
   public static class Climber {
     // MOTOR CONTROLLERS
     public static final int MOTOR_VAL = 1;
+  }
 
+  public static class Intake {
+    public static final int INTAKE_ROLLER_PORT = 0;
   }
 
   public static enum Direction {