Class Motor

The motor class provides a uniform interface for using motors with

Declaration

class Motor(Device)
source link

Documentation

positional and directional feedback such as the EV3 and NXT motors. This feedback allows for precise control of the motors. This is the most common type of motor, so we just call it motor.

Methods

Inherited methods

Subclasses