Skip to content
This repository was archived by the owner on Sep 14, 2019. It is now read-only.

Commit 3f347d9

Browse files
committed
changed to TimedRobot
1 parent abf61cc commit 3f347d9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • Robot2018/src/org/usfirst/frc/team199/Robot2018

Robot2018/src/org/usfirst/frc/team199/Robot2018/Robot.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import org.usfirst.frc.team199.Robot2018.subsystems.Lift;
88

99
import edu.wpi.first.wpilibj.IterativeRobot;
10+
import edu.wpi.first.wpilibj.TimedRobot;
1011
import edu.wpi.first.wpilibj.command.Command;
1112
import edu.wpi.first.wpilibj.command.Scheduler;
1213
import edu.wpi.first.wpilibj.livewindow.LiveWindow;
@@ -20,7 +21,7 @@
2021
* creating this project, you must also update the manifest file in the resource
2122
* directory.
2223
*/
23-
public class Robot extends IterativeRobot {
24+
public class Robot extends TimedRobot {
2425

2526
public static final Climber climber = new Climber();
2627
public static final ClimberAssist climberAssist = new ClimberAssist();

0 commit comments

Comments
 (0)