add javadoc style comment for class
authorShaina Chen <shaina.sierra@gmail.com>
Fri, 12 Feb 2016 03:31:43 +0000 (19:31 -0800)
committerShaina Chen <shaina.sierra@gmail.com>
Fri, 12 Feb 2016 03:31:43 +0000 (19:31 -0800)
src/org/usfirst/frc/team3501/robot/commands/RaiseDefenseWristContinuous.java

index 1f9984c67a54ce182d357060040d3fdb3af0d682..6b54111b6c8efee03fbbba561b10eb4f48ac3151 100755 (executable)
@@ -4,6 +4,13 @@ import org.usfirst.frc.team3501.robot.Robot;
 
 import edu.wpi.first.wpilibj.command.Command;
 
+/***
+ * This command is intended to be run from OI using button.whileHeld(...).
+ * It raises the defenseWrist continually while the button is being held down.
+ *
+ * @author shaina
+ *
+ */
 public class RaiseDefenseWristContinuous extends Command {
 
   private double speed;