docs/library/machine.Timer.rst: Add mention of constructor arguments.

bound-method-equality
Howard Lovatt 2020-10-10 08:31:00 +11:00 committed by Damien George
parent cf6845b1cf
commit 4842060366
1 changed files with 2 additions and 0 deletions

View File

@ -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
-------