We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f87c9e commit b29bee1Copy full SHA for b29bee1
ev3dev/motor.py
@@ -31,7 +31,7 @@
31
import select
32
import time
33
from os.path import abspath
34
-from ev3dev import get_current_platform, Device
+from ev3dev import get_current_platform, Device, list_device_names
35
36
# The number of milliseconds we wait for the state of a motor to
37
# update to 'running' in the "on_for_XYZ" methods of the Motor class
ev3dev/sensor/__init__.py
import numbers
from struct import unpack
# INPUT ports have platform specific values that we must import
0 commit comments