Set Button Value
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / Constants.java
index 72b1067cbf7b07e206ed32c854d46e178243b8c3..a3e3e429dd76482b2cbb4610f570d0ffec86b9d3 100644 (file)
@@ -10,6 +10,7 @@ public class Constants {
   public static class OI {
     public final static int LEFT_STICK_PORT = 0;
     public final static int RIGHT_STICK_PORT = 1;
+    public final static int  TOGGLE_WINCH_PORT = 0;
   }
 
   public static class DriveTrain {