Skip to content

Commit

Permalink
Add scheduler updates
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinsonZ committed Jan 27, 2018
1 parent 0737d28 commit ae229b9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import edu.wpi.first.wpilibj.IterativeRobot;
import edu.wpi.first.wpilibj.Sendable;
import edu.wpi.first.wpilibj.Solenoid;
import edu.wpi.first.wpilibj.command.Scheduler;
import org.team1540.base.adjustables.AdjustableManager;
import org.team1540.base.adjustables.Telemetry;
import org.team1540.base.adjustables.Tunable;
Expand Down Expand Up @@ -44,5 +45,6 @@ public void robotPeriodic() {
iTimes2 = i * 2;
stringPlusChickens = string + "Chickens";
notB = !b;
Scheduler.getInstance().run();
}
}

0 comments on commit ae229b9

Please sign in to comment.