MCPcopy Create free account
hub / github.com/DexterInd/GoPiGo3 / stopMotor

Method stopMotor

Software/Java/src/main/java/GoPiGo3.java:40–42  ·  view source on GitHub ↗
(int motor)

Source from the content-addressed store, hash-verified

38 }
39
40 public void stopMotor(int motor) throws IOException {
41 this.runMotor(motor, 0);
42 }
43
44 public void stopMotors() throws IOException {
45 this.runMotor(MOTOR_LEFT, 0);

Callers

nothing calls this directly

Calls 1

runMotorMethod · 0.95

Tested by

no test coverage detected