From: Rohan Rodrigues Date: Fri, 3 Mar 2017 00:56:13 +0000 (-0800) Subject: Add camera view constant in Constants X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=commitdiff_plain;h=9adc1a285f5c2887fe07bb4ed2bcc6fe1aa3531d Add camera view constant in Constants --- 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 {