Class RemoteControlledTank
motor_specs is a dictionary such as
Declaration
source linkDocumentation
- {
OUTPUT_A : LargeMotor, OUTPUT_C : LargeMotor,
System Message: WARNING/2 (<string>, line 4)
Definition list ends without a blank line; unexpected unindent.
}
Methods
▶ def __init__(self, left_motor_port, right_motor_port, polarity='inversed', speed=400, ...) overrideinherited doc motor_specs is a dictionary such as
def __init__(
self,
left_motor_port,
right_motor_port,
polarity='inversed',
speed=400,
channel=1,
)
This method overrides ev3dev2.motor.MoveTank.__init__.
- {
OUTPUT_A : LargeMotor, OUTPUT_C : LargeMotor,
System Message: WARNING/2 (<string>, line 4)
Definition list ends without a blank line; unexpected unindent.
}