Edit JavaDoc comments
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / commands / shooter / RunIndexWheelContinuous.java
index 85ac51f4df46568d5728cae6bf16e8dcbd64b4c9..66ccb3dfbb3c3f147d588e37c5274304bd4ec00e 100644 (file)
@@ -4,9 +4,9 @@ import edu.wpi.first.wpilibj.command.Command;
 
 /**
  * Runs index wheel continuously when corresponding button is pressed
- * 
+ *
  * @param motorVal
- *          motor value
+ *          [-1,1]
  * @author shaina
  */
 public class RunIndexWheelContinuous extends Command {