X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2FConstants.java;h=91a5cc7f2a664980af0a0a51f5bb4aa1aac627e8;hb=49b8e9336abf505dab75c2cf731514c3900c7e54;hp=176226766f140da6ce7108b3fb0ca093e4c1c6ce;hpb=99930d533f8497ea86da1efb36847efe7ec5914c;p=3501%2F2017steamworks diff --git a/src/org/usfirst/frc/team3501/robot/Constants.java b/src/org/usfirst/frc/team3501/robot/Constants.java index 1762267..91a5cc7 100644 --- a/src/org/usfirst/frc/team3501/robot/Constants.java +++ b/src/org/usfirst/frc/team3501/robot/Constants.java @@ -36,8 +36,10 @@ public class Constants { public final static int HALL_EFFECT_PORT = 9; - public static final int PISTON_MODULE = 10, PISTON_FORWARD = 0, - PISTON_REVERSE = 1; + public final static int TOGGLE_INDEXER = 8; + + public static final int PISTON_MODULE = 10, PISTON_FORWARD = 4, + PISTON_REVERSE = 5; public static final Value HIGH_GEAR = DoubleSolenoid.Value.kForward; public static final Value LOW_GEAR = DoubleSolenoid.Value.kReverse; } @@ -50,6 +52,8 @@ public class Constants { public static final Value HIGH_GEAR = DoubleSolenoid.Value.kForward; public static final Value LOW_GEAR = DoubleSolenoid.Value.kReverse; + public final static int TOGGLE_DRIVE_PISTON = 7; + // MOTOR CONTROLLERS public static final int FRONT_LEFT = 1; public static final int FRONT_RIGHT = 3;