From: Kevin Zhang Date: Tue, 17 Nov 2015 05:03:24 +0000 (-0800) Subject: comment reminder to check for hit limit switches X-Git-Url: http://challenge-bot.com/repos/?a=commitdiff_plain;h=1795bf43a3f98126e016a7d7dc758a837656ac21;p=3501%2F2015-FRC-Spark comment reminder to check for hit limit switches --- diff --git a/src/org/usfirst/frc3501/RiceCatRobot/Robot.java b/src/org/usfirst/frc3501/RiceCatRobot/Robot.java index 0e4d934..b652cae 100644 --- a/src/org/usfirst/frc3501/RiceCatRobot/Robot.java +++ b/src/org/usfirst/frc3501/RiceCatRobot/Robot.java @@ -39,6 +39,7 @@ public class Robot extends IterativeRobot { public void teleopPeriodic() { Scheduler.getInstance().run(); + //checkForLimitSwitches(); }