Implement stopFlyWheel and stopIndexWheel
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / commands / shooter / RunFlyWheelContinuous.java
index a5e8501f1a5b50b137221d1b8fd4d44827e52ee2..8a6e5be4f9e3f1571afd4debb4c431198416fa73 100644 (file)
@@ -52,6 +52,7 @@ public class RunFlyWheelContinuous extends Command {
 
   @Override
   protected boolean isFinished() {
+    // TODO
     return false;
 
   }