diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-01-28 11:55:48 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-01-28 12:08:00 +0300 |
commit | 56e7ebf07af8d570aadfe53b4686d014af574bf3 (patch) | |
tree | 71e380e41f1cda7e03727aa95da8699854000907 /docs/wipy/quickref.rst | |
parent | 300ecac336ba48451dc76016f46e826ddf6582f4 (diff) |
docs/machine.Timer: Move WiPy adhoc parts to its documentation.
Diffstat (limited to 'docs/wipy/quickref.rst')
-rw-r--r-- | docs/wipy/quickref.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/wipy/quickref.rst b/docs/wipy/quickref.rst index 7a4ea7f7f..2505eb35f 100644 --- a/docs/wipy/quickref.rst +++ b/docs/wipy/quickref.rst @@ -44,7 +44,8 @@ See :ref:`machine.Pin <machine.Pin>`. :: Timers ------ -See :ref:`machine.Timer <machine.Timer>` and :ref:`machine.Pin <machine.Pin>`. :: +See :ref:`machine.Timer <machine.Timer>` and :ref:`machine.Pin <machine.Pin>`. +Timer ``id``'s take values from 0 to 3.:: from machine import Timer from machine import Pin |