From: Arunima DIvya Date: Thu, 2 Feb 2017 05:02:43 +0000 (-0800) Subject: Create toggle gear button port constants X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=commitdiff_plain;h=f388cdf4d1245a47fd37a95024075f24b7d25c04 Create toggle gear button port constants --- 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 {