aboutsummaryrefslogtreecommitdiff
path: root/docs/library/machine.Timer.rst
diff options
context:
space:
mode:
authorHoward Lovatt <howard.lovatt@gmail.com>2020-10-10 08:31:00 +1100
committerDamien George <damien@micropython.org>2020-10-20 17:23:54 +1100
commit4842060366a88d8f50155538ce5fc3a12c8c709a (patch)
tree05eac4875b7dcf5ca02061f31cce92ab90e7913c /docs/library/machine.Timer.rst
parentcf6845b1cf4680bb2eade175aaab00428bedf8ba (diff)
docs/library/machine.Timer.rst: Add mention of constructor arguments.
Diffstat (limited to 'docs/library/machine.Timer.rst')
-rw-r--r--docs/library/machine.Timer.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/library/machine.Timer.rst b/docs/library/machine.Timer.rst
index 2d1287f32..9991d3aeb 100644
--- a/docs/library/machine.Timer.rst
+++ b/docs/library/machine.Timer.rst
@@ -31,6 +31,8 @@ Constructors
Construct a new timer object of the given id. Id of -1 constructs a
virtual timer (if supported by a board).
+
+ See ``init`` for parameters of initialisation.
Methods
-------