add commands to digital buttons in OI and create/edit necessary commands
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / Constants.java
index 66a37d8fec9e9819e53c4401982d1322d386e717..59bbcca3f1baf6561bcd3882aa8a0c4dfc3806b5 100644 (file)
@@ -69,6 +69,8 @@ public class Constants {
     public static final Value HIGH_GEAR = DoubleSolenoid.Value.kForward;
     public static final Value LOW_GEAR = DoubleSolenoid.Value.kReverse;
 
+    public static boolean inverted = false;
+
   }
 
   public static class Scaler {