Create Intake Roller Port constant
authorArunima DIvya <adivya822@student.fuhsd.org>
Tue, 24 Jan 2017 03:39:46 +0000 (19:39 -0800)
committerArunima DIvya <adivya822@student.fuhsd.org>
Thu, 26 Jan 2017 04:14:05 +0000 (20:14 -0800)
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 {