Made final int for toggling camera feeds equal to 7(button 7)
authorAndres Esteban Echeverria G <estebanech@Andress-MacBook-Air.local>
Sun, 5 Feb 2017 01:08:47 +0000 (17:08 -0800)
committerAndres Esteban Echeverria G <estebanech@Andress-MacBook-Air.local>
Sun, 5 Feb 2017 01:08:47 +0000 (17:08 -0800)
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 {