Made final int for toggling camera feeds equal to 7(button 7)
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / Constants.java
index d49e2c494cc7284351a9eebfdd1bab5c91c2eccd..6d3e20832b207899c062560e61218e2e82f6e77a 100644 (file)
@@ -13,6 +13,7 @@ public class Constants {
     public final static int TOGGLE_WINCH_PORT = 0;
     public final static int TOGGLE_FLYWHEEL_PORT = 0;
     public final static int TOGGLE_INDEXWHEEL_PORT = 0;
+       public static final int TOGGLE_CAMERA_FEEDS = 7;
   }
 
   public static class Shooter {