add methods and constants to stop/start rollers
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / Constants.java
index d4ae7b2ebfec2f7a3a0719ea930a8885e8091f17..c366b53c6c7b35c5f360fa35306abd7f73bbaa24 100644 (file)
@@ -77,6 +77,7 @@ public class Constants {
     public static final int POT_CHANNEL = 0;
     public static final double INTAKE_SPEED = 0.5;
     public static final double OUTPUT_SPEED = -0.5;
+    public static final double STOP_SPEED = 0.0;
     public final static double FULL_RANGE = 270.0; // in degrees
     public final static double OFFSET = -135.0; // in degrees
     public static final double ZERO_ANGLE = 0;