Create toggle gear button port constants
authorArunima DIvya <adivya822@student.fuhsd.org>
Thu, 2 Feb 2017 05:02:43 +0000 (21:02 -0800)
committerArunima DIvya <adivya822@student.fuhsd.org>
Fri, 3 Feb 2017 03:23:39 +0000 (19:23 -0800)
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 {