You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2019. It is now read-only.
import ev3
from ev3 import lego
from ev3.lego import LargeMotor
Left=LargeMotor('outA')
Traceback (most recent call last):
File "", line 1, in
File "build/bdist.linux-armv5tejl/egg/ev3/lego.py", line 211, in init
File "build/bdist.linux-armv5tejl/egg/ev3/ev3dev.py", line 334, in init
ev3.ev3dev.NoSuchMotorError: No such motor port=outA type=lego-ev3-l-motor
The text was updated successfully, but these errors were encountered:
on python3.4 LargeMotor i have some problems.
The text was updated successfully, but these errors were encountered: