Files
pybricks-api/doc/main/parameters/port.rst
T
Laurens Valk 238204d280 doc/main: Rename from doc/api.
The doc/api is a legacy name, which is confusing in the current use, since all build targets are now APIs.

Today we have:

doc/common: Common configuration and settings between all targets.

doc/main: Main Pybricks documentation at docs.pybricks.com.

doc/ide: Documentation shipped with the Pybricks Code IDE.
2021-07-14 11:39:20 +02:00

39 lines
830 B
ReStructuredText

Port
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. class:: Port
Input and output ports:
.. autoattribute:: pybricks.parameters.Port.A
:annotation:
.. autoattribute:: pybricks.parameters.Port.B
:annotation:
.. autoattribute:: pybricks.parameters.Port.C
:annotation:
.. autoattribute:: pybricks.parameters.Port.D
:annotation:
.. autoattribute:: pybricks.parameters.Port.E
:annotation:
.. autoattribute:: pybricks.parameters.Port.F
:annotation:
EV3 Sensor ports:
.. autoattribute:: pybricks.parameters.Port.S1
:annotation:
.. autoattribute:: pybricks.parameters.Port.S2
:annotation:
.. autoattribute:: pybricks.parameters.Port.S3
:annotation:
.. autoattribute:: pybricks.parameters.Port.S4
:annotation: