Add Hall Effect Sensor code to test sensor
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / Constants.java
index d34f79a5ce64caa239e25929ddf57744e1ebfd9e..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 {