X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2FConstants.java;h=07b2028681b183e1b44bce9a80e5d9b4ccc7a5b5;hp=840c49794dbd156ebaf131a24d9a2174a0e886aa;hb=ba9f0b126afd5973b11a22dd6640d8d6f0822f5a;hpb=150f450f2b4f9e6094d71007507a7b877e05328a diff --git a/src/org/usfirst/frc/team3501/robot/Constants.java b/src/org/usfirst/frc/team3501/robot/Constants.java index 840c497..07b2028 100644 --- a/src/org/usfirst/frc/team3501/robot/Constants.java +++ b/src/org/usfirst/frc/team3501/robot/Constants.java @@ -31,6 +31,8 @@ public class Constants { public static final int DECREASE_SHOOTER_SPEED_PORT = 7; public static final int RESET_SHOOTER_SPEED_PORT = 5; public static final int TOGGLE_GEAR_MANIPULATOR_PORT = 2; + + public static final int CLIMB_PORT = 0; } public static class Shooter {