Fix joystick buttons
authorHarel Dor <hareldor@gmail.com>
Mon, 22 Feb 2016 05:08:30 +0000 (21:08 -0800)
committerHarel Dor <hareldor@gmail.com>
Tue, 23 Feb 2016 00:31:48 +0000 (16:31 -0800)
src/org/usfirst/frc/team3501/robot/Constants.java

index 53def1166b8670318d54c8cc4e953a341ce07bb3..54ffd0091e4ec013cb727f03bc9a11a9e0a3d831 100644 (file)
@@ -27,13 +27,13 @@ public class Constants {
     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_TRIGGER_PORT = 1;
     public final static int SPIN1_PORT = 4;
     public final static int SPIN2_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_TRIGGER_PORT = 1;
     public final static int RIGHT_JOYSTICK_THUMB_PORT = 2;
 
     public final static int TOGGLE_SCALING_PORT = 0;