X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2FConstants.java;h=0923d1830e2c8b02891b68c2551508c28b5d4f51;hp=c07dcd1a88ef779aced95acb9004fe675104bb4c;hb=f388cdf4d1245a47fd37a95024075f24b7d25c04;hpb=774282741911caba7531749d07aba13c6194bd18 diff --git a/src/org/usfirst/frc/team3501/robot/Constants.java b/src/org/usfirst/frc/team3501/robot/Constants.java index c07dcd1..0923d18 100644 --- a/src/org/usfirst/frc/team3501/robot/Constants.java +++ b/src/org/usfirst/frc/team3501/robot/Constants.java @@ -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 {