TeamCode / org.firstinspires.ftc.teamcode.teleop.deprecated / MainOpMode

MainOpMode

@TeleOp("Main TeleOp Mode", "* Main") @Disabled open class MainOpMode : BasicOpMode_Iterative
Deprecated: Deprecated in Java

Constructors

<init>

MainOpMode()

Functions

init

open fun init(): Unit

init_loop

open fun init_loop(): Unit

loop

open fun loop(): Unit

start

open fun start(): Unit

stop

open fun stop(): Unit