X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2FConstants.java;h=0c4880ea29d559b6ea96a5393c4b613b04adffb0;hb=d0a3a99e6e2e593b189cea7842eee444153fc8e9;hp=c93d6434bffd871ff429ec5822709a8d59ffabf6;hpb=411129cd6662a65b5a19f1392861c54a4c5ce698;p=3501%2F2017steamworks diff --git a/src/org/usfirst/frc/team3501/robot/Constants.java b/src/org/usfirst/frc/team3501/robot/Constants.java index c93d643..0c4880e 100644 --- a/src/org/usfirst/frc/team3501/robot/Constants.java +++ b/src/org/usfirst/frc/team3501/robot/Constants.java @@ -11,6 +11,25 @@ public class Constants { public final static int LEFT_STICK_PORT = 0; public final static int RIGHT_STICK_PORT = 1; 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 static class Shooter { + // MOTOR CONTROLLERS + public static final int FLY_WHEEL = 0; + public static final int INDEX_WHEEL = 0; + 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 static class Shooter { + // MOTOR CONTROLLERS + public static final int FLY_WHEEL = 0; + public static final int INDEX_WHEEL = 0; } public static class DriveTrain { @@ -27,6 +46,15 @@ public class Constants { public static final int ENCODER_RIGHT_B = 3; } + public static class Climber { + // MOTOR CONTROLLERS + public static final int MOTOR_VAL = 1; + } + + public static class Intake { + public static final int INTAKE_ROLLER_PORT = 0; + } + public static enum Direction { LEFT, RIGHT, DOWN, UP, FORWARD, BACKWARD; }