Add camera view constant in Constants
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / Constants.java
index 9a80556574c8125f0f88d0e331afacda0a2e2b2c..176226766f140da6ce7108b3fb0ca093e4c1c6ce 100644 (file)
@@ -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 {