Create toggle gear button port constants
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / Constants.java
index c07dcd1a88ef779aced95acb9004fe675104bb4c..0923d1830e2c8b02891b68c2551508c28b5d4f51 100644 (file)
@@ -17,6 +17,7 @@ public class Constants {
     public final static int TOGGLE_WINCH_PORT = 0;
     public final static int TOGGLE_FLYWHEEL_PORT = 0;
     public final static int TOGGLE_INDEXWHEEL_PORT = 0;
+    public final static int TOGGLE_GEAR_PORT = 0;
   }
 
   public static class Shooter {