File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11.. pybricks-requirements ::
22
3- :mod: `tools <pybricks.tools> ` -- Timing tools
3+ :mod: `tools <pybricks.tools> ` -- General purpose tools
44========================================================
55
66.. automodule :: pybricks.tools
77 :no-members:
88
9+ Timing tools
10+ ---------------
11+
912.. autofunction :: wait
1013
1114.. autoclass :: pybricks.tools.StopWatch
1922
2023 .. automethod :: pybricks.tools.StopWatch.reset
2124
25+ Linear algebra tools
26+ --------------------
27+
2228.. pybricks-requirements :: stm32-float
2329
2430.. autoclass :: pybricks.tools.Matrix
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: MIT
2- # Copyright (c) 2018-2022 The Pybricks Authors
2+ # Copyright (c) 2018-2023 The Pybricks Authors
33
4- """Common tools for timing, data logging, and geometry math tools ."""
4+ """Common tools for timing, data logging, and linear algebra ."""
55
66from __future__ import annotations
77
You can’t perform that action at this time.
0 commit comments