add commands driveDistance and liftPortcullis to commandGroup
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / Constants.java
index 89314029199814dbac4eb9bac8073109ed9268ec..3cb9f96c018d3b50007ecbf87addf5c9e416cc92 100644 (file)
@@ -14,12 +14,27 @@ public class Constants {
     // Computer Ports
     public final static int LEFT_STICK_PORT = 0;
     public final static int RIGHT_STICK_PORT = 1;
-    // Ports on the Joystick
-    public final static int TRIGGER_PORT = 1;
-    public final static int DECREMENT_SHOOTER_SPEED_PORT = 2;
-    public final static int INCREMENT_SHOOTER_SPEED_PORT = 3;
-    public final static int SHOOT_PORT = 4;
-    public final static int LOG_PORT = 5;
+
+    public final static int PASS_PORTCULLIS_PORT = 0;
+    public final static int PASS_CHEVAL_DE_FRISE_PORT = 0;
+    public final static int PASS_DRAWBRIDGE = 0;
+    public final static int PASS_SALLYPORT_PORT = 0;
+
+    public final static int ARCADE_INTAKEARM_LEVEL_ONE_PORT = 0;
+    public final static int ARCADE_INTAKEARM_LEVEL_TWO_PORT = 0;
+    public final static int ARCADE_INTAKEARM_LEVEL_THREE_PORT = 0;
+    public final static int ARCADE_INTAKEARM_LEVEL_FOUR_PORT = 0;
+
+    public final static int LEFT_JOYSTICK_TRIGGER_PORT = 0;
+    public final static int LEFT_JOYSTICK_TOP_LEFT_PORT = 4;
+    public final static int LEFT_JOYSTICK_TOP_RIGHT_PORT = 5;
+    public final static int LEFT_JOYSTICK_TOP_CENTER_PORT = 3;
+    public final static int LEFT_JOYSTICK_TOP_LOW_PORT = 2;
+
+    public final static int RIGHT_JOYSTICK_TRIGGER_PORT = 0;
+    public final static int RIGHT_JOYSTICK_THUMB_PORT = 2;
+
+    public final static int SCALING_BUTTON_PORT = 0;
   }
 
   public static class DriveTrain {