Programming Servo Basics
Programming Position Movements
while (opModeIsActive()) {
test_servo.setPosition(1);
telemetry.addData("Status", "Running");
telemetry.update();
}Quick Check!
Resetting Back to Zero
Last updated
Was this helpful?

