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 798cad1 commit d1e4b81Copy full SHA for d1e4b81
README.rst
@@ -57,10 +57,19 @@ paste the code into your session.
57
Required: Import the library
58
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
59
60
+If you are using an EV3 brick (which is the case for most users), add the
61
+following to the top of your file:
62
+
63
.. code-block:: python
64
65
import ev3dev.ev3 as ev3
66
67
+If you are using a BrickPi, use this line:
68
69
+.. code-block:: python
70
71
+ import ev3dev.brickpi as ev3
72
73
Controlling the LEDs with a touch sensor
74
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
75
0 commit comments