Create constant intake speed variable
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / subsystems / Intake.java
index f849203d561093a0f5c348e96fcd34a68bdae241..bb977814d4174d6f07355f50d1d1a9abdfecbf79 100644 (file)
@@ -11,6 +11,7 @@ public class Intake extends Subsystem {
   public static Intake intake = null;
   protected double speed = 0;
   private CANTalon intakeWheel;
+  public static final double INTAKE_SPEED = 0;
 
   // create speed of intake whee
   public Intake() {