From 9adc1a285f5c2887fe07bb4ed2bcc6fe1aa3531d Mon Sep 17 00:00:00 2001 From: Rohan Rodrigues Date: Thu, 2 Mar 2017 16:56:13 -0800 Subject: [PATCH] Add camera view constant in Constants --- src/org/usfirst/frc/team3501/robot/Constants.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/org/usfirst/frc/team3501/robot/Constants.java b/src/org/usfirst/frc/team3501/robot/Constants.java index 9a80556..1762267 100644 --- a/src/org/usfirst/frc/team3501/robot/Constants.java +++ b/src/org/usfirst/frc/team3501/robot/Constants.java @@ -25,6 +25,7 @@ public class Constants { public final static int REVERSE_INTAKE_PORT = 4; public static final int INCREASE_SHOOTER_SPEED_PORT = 6; public static final int DECREASE_SHOOTER_SPEED_PORT = 2; + public static final int CHANGE_CAMERA_VIEW = 6; } public static class Shooter { -- 2.30.2