change class comment
authorShaina Chen <shaina.sierra@gmail.com>
Fri, 5 Feb 2016 03:36:56 +0000 (19:36 -0800)
committerShaina Chen <shaina.sierra@gmail.com>
Fri, 5 Feb 2016 04:21:42 +0000 (20:21 -0800)
src/org/usfirst/frc/team3501/robot/subsystems/IntakeArm.java

index 0cb8165ac4a093d8bf9cb5c7d346d55841add004..a69a9845ce418d48e133657cc56554ccebf9396d 100755 (executable)
@@ -6,10 +6,8 @@ import edu.wpi.first.wpilibj.CANTalon;
 import edu.wpi.first.wpilibj.command.Subsystem;
 
 /***
- * The IntakeArm consists of two rollers that are controlled by one motor. The
- * class is deployed using a command that accelerates the robot forward and
- * gravity pushes the arm down. After the IntakeArm is pushed down by gravity,
- * the arm remains stationary for the rest of the match.
+ * The IntakeArm consists of two rollers that are controlled by one motor, with
+ * a potentiometer on it.
  *
  * The motor controls the rollers, making them roll forwards and backwards.
  * The Intake rollers are on the back of the robot. As the rollers run, they
@@ -93,7 +91,7 @@ public class IntakeArm extends Subsystem {
    *
    * @return Returns whether the motors are currently running, and returns the
    *         state of the condition (true or false).
-   * 
+   *
    */
 
   public boolean areRollersRolling() {