Fix code changes
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / Constants.java
index 26d36bb32c31e6f288f63532b7dd4a0759bfe0b0..f7c7353239cffa53bc325f3daa33a06a26ed4854 100644 (file)
@@ -25,7 +25,7 @@ public class Constants {
     public static final int INCREASE_SHOOTER_SPEED_PORT = 6;
     public static final int DECREASE_SHOOTER_SPEED_PORT = 2;
 
-    public static final int CHANGE_CAMERA_VIEW = 6;
+    public static final int CHANGE_CAMERA_VIEW = 8;
 
     public static final int BRAKE_CANTALONS_PORT = 5;
     public static final int COAST_CANTALONS_PORT = 3;
@@ -40,10 +40,12 @@ public class Constants {
 
     public final static int HALL_EFFECT_PORT = 9;
 
-    public final static int TOGGLE_INDEXER = 8;
+    public final static int TOGGLE_INDEXER = 6;
 
     public static final int MODULE_NUMBER = 10, PISTON_FORWARD = 4,
         PISTON_REVERSE = 5;
+
+    // public static final int MODULE_NUMBER = 10, PISTON = 5;
     public static final Value HIGH_GEAR = DoubleSolenoid.Value.kForward;
     public static final Value LOW_GEAR = DoubleSolenoid.Value.kReverse;
   }