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=72b1067cbf7b07e206ed32c854d46e178243b8c3;hpb=b634ebbc37c191c4d9ea8cd4ed6e581905438d1f;p=3501%2F2017steamworks diff --git a/src/org/usfirst/frc/team3501/robot/Constants.java b/src/org/usfirst/frc/team3501/robot/Constants.java index 72b1067..0c4880e 100644 --- a/src/org/usfirst/frc/team3501/robot/Constants.java +++ b/src/org/usfirst/frc/team3501/robot/Constants.java @@ -10,6 +10,26 @@ public class Constants { public static class OI { 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 { @@ -26,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; }