From: Arunima DIvya Date: Tue, 24 Jan 2017 03:39:46 +0000 (-0800) Subject: Create Intake Roller Port constant X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=commitdiff_plain;h=10d788c31019e8a10c701065c85b7a10f8f990c4 Create Intake Roller Port constant --- diff --git a/src/org/usfirst/frc/team3501/robot/Constants.java b/src/org/usfirst/frc/team3501/robot/Constants.java index 27a1660..95d4ba1 100644 --- a/src/org/usfirst/frc/team3501/robot/Constants.java +++ b/src/org/usfirst/frc/team3501/robot/Constants.java @@ -38,7 +38,10 @@ public class Constants { public static class Climber { // MOTOR CONTROLLERS public static final int MOTOR_VAL = 1; + } + public static class Intake { + public static final int INTAKE_ROLLER_PORT = 0; } public static enum Direction {