X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2FConstants.java;fp=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2FConstants.java;h=73efe2dfb45b1b7ed11f7fc9d321c1af3eca9ee1;hp=aafb86701858a8c913125af0b445001ffc69f86a;hb=510266402afc5a5aa3142570aeee9a02b1473b23;hpb=f56e6ebf87134eccc3b8bb0e1d2529bd6cb061dd diff --git a/src/org/usfirst/frc/team3501/robot/Constants.java b/src/org/usfirst/frc/team3501/robot/Constants.java index aafb867..73efe2d 100644 --- a/src/org/usfirst/frc/team3501/robot/Constants.java +++ b/src/org/usfirst/frc/team3501/robot/Constants.java @@ -35,6 +35,10 @@ 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 Value HIGH_GEAR = DoubleSolenoid.Value.kForward; + public static final Value LOW_GEAR = DoubleSolenoid.Value.kReverse; } public static class DriveTrain {