Files
pybricks-api/doc/api/tools/index.rst
T
Laurens Valk 5f4ef05c6e doc/tools: move data logging to separate page
Expand the EV3 examples without toggles, and without making the tools page too long.
2021-01-13 15:44:39 +01:00

29 lines
540 B
ReStructuredText

:mod:`tools <pybricks.tools>` -- General purpose tools
========================================================
.. automodule:: pybricks.tools
:no-members:
.. toctree::
:maxdepth: 1
:hidden:
datalog
Timing
^^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: wait
.. autoclass:: pybricks.tools.StopWatch
:no-members:
.. automethod:: pybricks.tools.StopWatch.time
.. automethod:: pybricks.tools.StopWatch.pause
.. automethod:: pybricks.tools.StopWatch.resume
.. automethod:: pybricks.tools.StopWatch.reset