mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-11 17:14:41 +00:00
Expand the EV3 examples without toggles, and without making the tools page too long.
29 lines
540 B
ReStructuredText
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
|
|
|