Skip to content

Commit

Permalink
remove photo for opmodecore
Browse files Browse the repository at this point in the history
  • Loading branch information
Bi1ku committed Nov 17, 2024
1 parent 42c3c2f commit 49620a5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
import com.acmerobotics.dashboard.telemetry.MultipleTelemetry;
import com.arcrobotics.ftclib.command.CommandOpMode;
import com.arcrobotics.ftclib.command.CommandScheduler;
import com.outoftheboxrobotics.photoncore.Photon;
import com.qualcomm.robotcore.util.ElapsedTime;

@Photon
public abstract class OpModeCore extends CommandOpMode {
public final MultipleTelemetry multipleTelemetry = new MultipleTelemetry(this.telemetry, FtcDashboard.getInstance().getTelemetry());
private final ElapsedTime period = new ElapsedTime();
Expand Down

0 comments on commit 49620a5

Please sign in to comment.