public interface EV3DevBaseMotor
Modifier and Type | Method and Description |
---|---|
void |
brake()
Removes power from the motor and creates a passive electrical load.
|
void |
coast()
Motor loses all power, causing the rotor to float freely to a stop.
|
void |
hold()
Causes the motor to actively try to hold the current position.
|
void coast()
void brake()
void hold()