Add Hall Effect Sensor code to test sensor
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / Constants.java
index 4f5d9e9602c3b2f7cfda0c029e61abf808576704..3933fdf0fdfbf50c1dadcb267c3613db4ad3f741 100644 (file)
@@ -28,6 +28,8 @@ public class Constants {
 
     public final static int TOGGLE_FLYWHEEL_PORT = 0;
     public final static int TOGGLE_INDEXWHEEL_PORT = 0;
+
+    public final static int HALL_EFFECT_PORT = 4;
   }
 
   public static class DriveTrain {
@@ -53,13 +55,9 @@ public class Constants {
     public static final SPI.Port GYRO_PORT = SPI.Port.kOnboardCS0;
   }
 
-  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 {