X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fcommands%2Fshooter%2FRunIndexWheel.java;h=6804c255b781c67c0609f9615a9eb6e921f61274;hb=27d2386f16838f5040971ebb0521d273a97fc33f;hp=5d330700750d82048ce6fc9e3028f9e260e62416;hpb=a149fd6464625f6abf7398139259e6bc5fb735d4;p=3501%2F2017steamworks diff --git a/src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheel.java b/src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheel.java index 5d33070..6804c25 100644 --- a/src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheel.java +++ b/src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheel.java @@ -8,12 +8,11 @@ import edu.wpi.first.wpilibj.command.Command; * pre-condition: fly wheel is running at full speed to prepare for shooting * fuel * - * * @param motorVal * value range is from -1 to 1 * @param time * in seconds - * @author shaina + * @author Shaina */ public class RunIndexWheel extends Command { private double time;