Files
pybricks-api/doc/api/iodevices.rst
T
Laurens Valk 5c2df91bc4 doc/iodevices: split ev3 and pup to subfiles
This allows us to easily exclude a platform if needed.
2020-01-09 22:02:33 +01:00

20 lines
375 B
ReStructuredText

:mod:`iodevices` -- Generic I/O Devices
===========================================
.. automodule:: pybricks.iodevices
:no-members:
EV3
##################
The following classes are only available on the EV3.
.. include:: iodevices_ev3.inc
Powered Up
########################
The following class is available on Powered Up hubs only.
.. include:: iodevices_pup.inc