add channel variables for gear shifting pistons
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / Constants.java
index 723491076f4024bb8f362be64de262fd713fb15b..fd77fdaebb9c8b2c66e35ccbe76d893bc9d128a4 100644 (file)
@@ -34,6 +34,9 @@ public class Constants {
     public final static int ENCODER_RIGHT_A = 9;
     public final static int ENCODER_RIGHT_B = 8;
 
+    public final static int FORWARD_CHANNEL = 0;
+    public final static int REVERSE_CHANNEL = 0;
+
     private final static double WHEEL_DIAMETER = 6.0; // in inches
     private final static double PULSES_PER_ROTATION = 256; // in pulses
     private final static double OUTPUT_SPROCKET_DIAMETER = 2.0; // in inches