mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-15 02:54:52 +00:00
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.
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
|
|
|