add winch timeout constant
authorShaina Chen <shaina.sierra@gmail.com>
Tue, 16 Feb 2016 19:12:20 +0000 (11:12 -0800)
committerShaina Chen <shaina.sierra@gmail.com>
Tue, 16 Feb 2016 19:12:20 +0000 (11:12 -0800)
src/org/usfirst/frc/team3501/robot/Constants.java

index 2a11d35971ea8f7d5315e35058409ee7194e5bd9..df64a8157f983c29d9c6d3d46e62047895906256 100644 (file)
@@ -89,6 +89,9 @@ public class Constants {
     public final static double WINCH_IN_SPEED = 0;
     public final static double SECONDS_TO_CLAMP = 2.0;
 
+    // Winch timeout
+    public final static int WINCH_TIMEOUT = 0;
+
     public static boolean SCALING = false;
 
   }