From: Harel Dor Date: Mon, 22 Feb 2016 05:08:30 +0000 (-0800) Subject: Fix joystick buttons X-Git-Url: http://challenge-bot.com/repos/?p=3501%2Fstronghold-2016;a=commitdiff_plain;h=074407dcf1adc08cc2899a51d153eba05946a2a2 Fix joystick buttons --- diff --git a/src/org/usfirst/frc/team3501/robot/Constants.java b/src/org/usfirst/frc/team3501/robot/Constants.java index 53def116..54ffd009 100644 --- a/src/org/usfirst/frc/team3501/robot/Constants.java +++ b/src/org/usfirst/frc/team3501/robot/Constants.java @@ -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;