From 357feb5cf575a0ba03f510f08dda1dd8432cbe6b Mon Sep 17 00:00:00 2001 From: shainachen Date: Sat, 14 Jan 2017 13:29:43 -0800 Subject: [PATCH] Edit JavaDoc comments --- .../team3501/robot/commands/shooter/RunFlyWheelContinuous.java | 2 ++ .../robot/commands/shooter/RunIndexWheelContinuous.java | 2 ++ 2 files changed, 4 insertions(+) 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 -- 2.30.2