Programming Motor Basics
Spinning a Motor:
while (opModeIsActive()) {
test_motor.setPower(1);
telemetry.addData("Status", "Running");
telemetry.update();
}Quick Check!
Setting Direction and Power:
Last updated
Was this helpful?

