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 c3d8708 commit b8cce35Copy full SHA for b8cce35
README.rst
@@ -46,7 +46,7 @@ loop and start the program. Hit ``Ctrl-C`` to exit the loop.
46
ev3.Leds.set_color(ev3.Leds.LEFT, (ev3.Leds.GREEN, ev3.Leds.RED)[ts.value()])
47
48
Now plug a motor into the ``A`` port and paste this code into the terminal. This
49
-little program will run the motor at 75% power for 3 seconds.
+little program will run the motor at 500 RPM for 3 seconds.
50
51
.. code-block:: python
52
0 commit comments