Edit JavaDoc comments
authorshainachen <shaina.sierra@gmail.com>
Sat, 14 Jan 2017 21:29:43 +0000 (13:29 -0800)
committerCindy Zhang <cindyzyx9@gmail.com>
Sat, 14 Jan 2017 22:28:37 +0000 (14:28 -0800)
src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheelContinuous.java
src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheelContinuous.java

index e317eea8c83e9d89c1b5ce66c1c20aba2fb9b1e9..edb926e9517ecf118771b48a550bfa7192798aae 100644 (file)
@@ -5,6 +5,8 @@ import edu.wpi.first.wpilibj.command.Command;
 /**
  * Runs fly wheel continuously when corresponding button pressed
  *
+ * Run stopFlyWheel command to stop
+ *
  * @param motorVal
  *          [-1,1]
  * @author shaina
index 66ccb3dfbb3c3f147d588e37c5274304bd4ec00e..161f7b6b68a344f60cb69b7fa67a36e57671fcb2 100644 (file)
@@ -5,6 +5,8 @@ import edu.wpi.first.wpilibj.command.Command;
 /**
  * Runs index wheel continuously when corresponding button is pressed
  *
+ * Run stopIndexWheel to stop
+ *
  * @param motorVal
  *          [-1,1]
  * @author shaina