You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[RobotOpMode.java](https://github.com/BeepBot99/CodeBloodedDecodeV2/blob/main/src/main/java/org/firstinspires/ftc/teamcode/robot/RobotOpMode.java) — base OpMode class that integrates the Scheduler
13
-
-[Intake.java](https://github.com/BeepBot99/CodeBloodedDecodeV2/blob/main/src/main/java/org/firstinspires/ftc/teamcode/subsystems/Intake.java) — subsystem defining commands with `Commands.*`
14
-
-[Turret.java](https://github.com/BeepBot99/CodeBloodedDecodeV2/blob/main/src/main/java/org/firstinspires/ftc/teamcode/subsystems/Turret.java) — subsystem using `Commands.infinite` for continuous control
-[CompetitionTeleOp.java](https://github.com/BeepBot99/CodeBloodedDecodeV2/blob/main/src/main/java/org/firstinspires/ftc/teamcode/opmodes/teleop/CompetitionTeleOp.java) — teleop OpMode scheduling commands from subsystems
12
+
-[RobotOpMode.java](https://github.com/BeepBot99/CodeBloodedDecodeV2/blob/master/src/main/java/org/firstinspires/ftc/teamcode/robot/RobotOpMode.java) — base OpMode class that integrates the Scheduler
13
+
-[Intake.java](https://github.com/BeepBot99/CodeBloodedDecodeV2/blob/master/src/main/java/org/firstinspires/ftc/teamcode/subsystems/Intake.java) — subsystem defining commands with `Commands.*`
14
+
-[Turret.java](https://github.com/BeepBot99/CodeBloodedDecodeV2/blob/master/src/main/java/org/firstinspires/ftc/teamcode/subsystems/Turret.java) — subsystem using `Commands.infinite` for continuous control
0 commit comments