add command to robot.java to actually run the LimitSwitchTest
[3501/2015-FRC-Spark] / src / org / usfirst / frc3501 / RiceCatRobot / commands / LimitSwitchTest.java
index daedb3c4acd097ee1c6c586e164e2f05a982fc27..3350a83cf903e71e4804fe0cbf73ae13328027c7 100644 (file)
@@ -4,7 +4,8 @@ import edu.wpi.first.wpilibj.command.CommandGroup;
 
 public class LimitSwitchTest extends CommandGroup {
        /**
-        * It is necessary for all commands to be used. From MoveArmToLevel1 - MoveArmToLevel3
+        * It is necessary for all commands to be used. 
+        * From MoveArmToLevel1 - MoveArmToLevel3
         */
        
        public LimitSwitchTest() {