X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fcommands%2Fshooter%2FStopFlyWheel.java;h=ac7ea5cb49112496d93b550b870069fda89d6c0a;hb=27d2386f16838f5040971ebb0521d273a97fc33f;hp=01eba1988adb89ed021b52b911177df0cfeb2a1d;hpb=a149fd6464625f6abf7398139259e6bc5fb735d4;p=3501%2F2017steamworks diff --git a/src/org/usfirst/frc/team3501/robot/commands/shooter/StopFlyWheel.java b/src/org/usfirst/frc/team3501/robot/commands/shooter/StopFlyWheel.java index 01eba19..ac7ea5c 100644 --- a/src/org/usfirst/frc/team3501/robot/commands/shooter/StopFlyWheel.java +++ b/src/org/usfirst/frc/team3501/robot/commands/shooter/StopFlyWheel.java @@ -3,8 +3,10 @@ package org.usfirst.frc.team3501.robot.commands.shooter; import edu.wpi.first.wpilibj.command.Command; /** - * This command stops the fly wheel. + * This command stops the fly wheel. Do not call unless the trigger button has + * been released. * + * * @author Shaina */ public class StopFlyWheel extends Command {