2027 WPILIB Alpha 6
OpMode.periodic() API states that it should only be called when the robot is enabled.
The following method runs as soon as the system has booted (if opmode is selected).
digitalOutput pulses and telemetry are sent regardless of the enable state.

2027 WPILIB Alpha 6
OpMode.periodic() API states that it should only be called when the robot is enabled.
The following method runs as soon as the system has booted (if opmode is selected).
digitalOutput pulses and telemetry are sent regardless of the enable state.