comment reminder to check for hit limit switches
authorKevin Zhang <kevin.zhang.13499@gmail.com>
Tue, 17 Nov 2015 05:03:24 +0000 (21:03 -0800)
committerKevin Zhang <kevin.zhang.13499@gmail.com>
Tue, 17 Nov 2015 05:03:24 +0000 (21:03 -0800)
src/org/usfirst/frc3501/RiceCatRobot/Robot.java

index 0e4d9348556f06e6da292ef66a7028da9b67df1c..b652cae9c0220e067fbd04e7d44a745878cad677 100644 (file)
@@ -39,6 +39,7 @@ public class Robot extends IterativeRobot {
 
   public void teleopPeriodic() {
     Scheduler.getInstance().run();
+    //checkForLimitSwitches();
 
   }