Edit JavaDoc comments in shooter commands
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / commands / shooter / RunFlyWheelContinuous.java
index 646dc56d41be28562bffee314fdc4c0da8ab1535..13c3eceb18ef4c6d5a698c3311dc02d6ae42de68 100644 (file)
@@ -6,11 +6,12 @@ import edu.wpi.first.wpilibj.command.Command;
  * This command will run the fly wheel motor continuously until the button
  * triggering it is released.
  *
- * pre-condition: This command must be run by a button in OI.
+ * pre-condition: This command must be run by a button in OI, with
+ * button.whileHeld(...).
  *
  * @param motorVal
  *          [-1,1]
- * @author shaina
+ * @author Shaina
  */
 public class RunFlyWheelContinuous extends Command {
   private double motorVal;