mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
doc: remove ascii art for motor directions
We have actual graphics of motors with their default clockwise directions now, so refer to those instead.
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
.. module:: pybricks.hubs
|
||||
|
||||
.. _fig_hubs:
|
||||
|
||||
Select your programmable hub using the buttons below.
|
||||
|
||||
.. content-tabs::
|
||||
|
||||
@@ -47,6 +47,15 @@
|
||||
.. autoclass:: pybricks.parameters.Direction
|
||||
:no-members:
|
||||
|
||||
In general, clockwise is defined by **looking at the motor shaft, just
|
||||
like looking at a clock**.
|
||||
|
||||
Some motors have two shafts. If in doubt, refer to the following diagrams:
|
||||
|
||||
- Clockwise direction for :ref:`EV3/NXT motors <fig_ev3motors>`
|
||||
- Clockwise direction for :ref:`Powered Up Motors <fig_pupmotors>`
|
||||
- Clockwise direction for :ref:`Move Hub Motors <fig_hubs>`
|
||||
|
||||
.. autoclass:: pybricks.parameters.Stop
|
||||
:no-members:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user