From: shainachen Date: Tue, 17 Jan 2017 04:23:25 +0000 (-0800) Subject: Edit JavaDoc comments in shooter commands X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=commitdiff_plain;h=63572d8b8de859aec8c16a5cdaa02fc8e6997711 Edit JavaDoc comments in shooter commands --- diff --git a/src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheel.java b/src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheel.java index cda56a7..b3784bb 100644 --- a/src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheel.java +++ b/src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheel.java @@ -7,7 +7,7 @@ import edu.wpi.first.wpilibj.command.Command; * wheel is intended to shoot balls fed by the intake wheel. * * @param motorVal - * [-1,1] + * value range from -1 to 1 * @param time * in seconds * @author Shaina 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 13c3ece..20a4d08 100644 --- a/src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheelContinuous.java +++ b/src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheelContinuous.java @@ -10,7 +10,7 @@ import edu.wpi.first.wpilibj.command.Command; * button.whileHeld(...). * * @param motorVal - * [-1,1] + * value range from -1 to 1 * @author Shaina */ public class RunFlyWheelContinuous extends Command { 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 04dc4a6..976a188 100644 --- a/src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheelContinuous.java +++ b/src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheelContinuous.java @@ -10,7 +10,7 @@ import edu.wpi.first.wpilibj.command.Command; * button.whileHeld(...). * * @param motorVal - * [-1,1] + * value range is from -1 to 1 * @author shaina */ public class RunIndexWheelContinuous extends Command {