From: shainachen Date: Sat, 14 Jan 2017 21:29:43 +0000 (-0800) Subject: Edit JavaDoc comments X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=commitdiff_plain;h=357feb5cf575a0ba03f510f08dda1dd8432cbe6b Edit JavaDoc comments --- diff --git a/src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheelContinuous.java b/src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheelContinuous.java index e317eea..edb926e 100644 --- a/src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheelContinuous.java +++ b/src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheelContinuous.java @@ -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 diff --git a/src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheelContinuous.java b/src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheelContinuous.java index 66ccb3d..161f7b6 100644 --- a/src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheelContinuous.java +++ b/src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheelContinuous.java @@ -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