X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2FConstants.java;fp=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2FConstants.java;h=8fee0cf85afbc2f028e2a721de2f516e96cf4c5f;hb=f3e9aac28c4e2c635dd9e704190b5079604668b7;hp=2a64a245055217d74adde5dc826220964a97f819;hpb=69214544045f7b9931a16c700b77f77e90ad069f;p=3501%2F2017steamworks diff --git a/src/org/usfirst/frc/team3501/robot/Constants.java b/src/org/usfirst/frc/team3501/robot/Constants.java index 2a64a24..8fee0cf 100644 --- a/src/org/usfirst/frc/team3501/robot/Constants.java +++ b/src/org/usfirst/frc/team3501/robot/Constants.java @@ -34,8 +34,9 @@ public class Constants { public static final int INDEX_WHEEL = 7; public final static int HALL_EFFECT_PORT = 9; - public static final int MODULE_NUMBER = 10, PISTON_FORWARD = 6, - PISTON_REVERSE = 5; + + public static final int MODULE_NUMBER = 10, PISTON_FORWARD = 7, + PISTON_REVERSE = 8; public static final Value HIGH_GEAR = DoubleSolenoid.Value.kForward; public static final Value LOW_GEAR = DoubleSolenoid.Value.kReverse; }