X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2FConstants.java;h=d34f79a5ce64caa239e25929ddf57744e1ebfd9e;hp=2a81945e7c70409c50e30e52fb2fddd490cb2edb;hb=b8791ca4cfd815fbd063523ac6edc452d4a17602;hpb=6feace1b99b9f5377a1f76da783aa5e05effb75a diff --git a/src/org/usfirst/frc/team3501/robot/Constants.java b/src/org/usfirst/frc/team3501/robot/Constants.java index 2a81945..d34f79a 100644 --- a/src/org/usfirst/frc/team3501/robot/Constants.java +++ b/src/org/usfirst/frc/team3501/robot/Constants.java @@ -53,13 +53,6 @@ public class Constants { public static final SPI.Port GYRO_PORT = SPI.Port.kOnboardCS0; } - public static class Climber { - // MOTOR CONTROLLERS - public static final int MOTOR_VAL = 1; - public static final int MAINTAIN_MOTOR_VAL = 1; - - } - public static class Intake { public static final int INTAKE_ROLLER_PORT = 0;