From 10d788c31019e8a10c701065c85b7a10f8f990c4 Mon Sep 17 00:00:00 2001 From: Arunima DIvya Date: Mon, 23 Jan 2017 19:39:46 -0800 Subject: [PATCH] Create Intake Roller Port constant --- src/org/usfirst/frc/team3501/robot/Constants.java | 3 +++ 1 file changed, 3 insertions(+) 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 { -- 2.30.2