From 4842060366a88d8f50155538ce5fc3a12c8c709a Mon Sep 17 00:00:00 2001 From: Howard Lovatt Date: Sat, 10 Oct 2020 08:31:00 +1100 Subject: [PATCH] docs/library/machine.Timer.rst: Add mention of constructor arguments. --- docs/library/machine.Timer.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/library/machine.Timer.rst b/docs/library/machine.Timer.rst index 2d1287f325..9991d3aebc 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 -------