From f388cdf4d1245a47fd37a95024075f24b7d25c04 Mon Sep 17 00:00:00 2001 From: Arunima DIvya Date: Wed, 1 Feb 2017 21:02:43 -0800 Subject: [PATCH] Create toggle gear button port constants --- src/org/usfirst/frc/team3501/robot/Constants.java | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.30.2