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

This commit is contained in:
Howard Lovatt 2020-10-10 08:31:00 +11:00 committed by Damien George
parent cf6845b1cf
commit 4842060366

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