From: Michael Wang Date: Sat, 4 Feb 2017 22:20:00 +0000 (-0800) Subject: remove SPEED from Constants.java X-Git-Url: http://challenge-bot.com/repos/?a=commitdiff_plain;h=d05db656e87b739d15da720ccefac09ed6e01b0a;p=3501%2F2017steamworks remove SPEED from Constants.java --- diff --git a/src/org/usfirst/frc/team3501/robot/Constants.java b/src/org/usfirst/frc/team3501/robot/Constants.java index ce83d2c..6fd0812 100644 --- a/src/org/usfirst/frc/team3501/robot/Constants.java +++ b/src/org/usfirst/frc/team3501/robot/Constants.java @@ -54,7 +54,6 @@ public class Constants { public static final String P_VAL = "P"; public static final String I_VAL = "I"; public static final String D_VAL = "D"; - public static final String MOTOR_VAL = "F"; public static final String SETPOINT = "SETPOINT"; public static final SPI.Port GYRO_PORT = SPI.Port.kOnboardCS0;