summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/machine.TimerWiPy.rst
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2021-12-15 11:49:22 +1100
committerDamien George <damien@micropython.org>2021-12-15 11:49:22 +1100
commitd9d67adef1113ab18f1bb3c0c6204ccb210a27be (patch)
treec1806e1109c043c89023253472d11909ccec7fa9 /docs/library/machine.TimerWiPy.rst
parent5ca56aaf166c3e7cda178dfe809f8caf599b1dff (diff)
downloadmicropython-d9d67adef1113ab18f1bb3c0c6204ccb210a27be.tar.gz
micropython-d9d67adef1113ab18f1bb3c0c6204ccb210a27be.zip
docs: Remove trailing spaces and convert tabs to spaces.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/library/machine.TimerWiPy.rst')
-rw-r--r--docs/library/machine.TimerWiPy.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/library/machine.TimerWiPy.rst b/docs/library/machine.TimerWiPy.rst
index 39afc23bc5..f8c8bb29da 100644
--- a/docs/library/machine.TimerWiPy.rst
+++ b/docs/library/machine.TimerWiPy.rst
@@ -50,9 +50,9 @@ Methods
- ``mode`` can be one of:
- - ``TimerWiPy.ONE_SHOT`` - The timer runs once until the configured
+ - ``TimerWiPy.ONE_SHOT`` - The timer runs once until the configured
period of the channel expires.
- - ``TimerWiPy.PERIODIC`` - The timer runs periodically at the configured
+ - ``TimerWiPy.PERIODIC`` - The timer runs periodically at the configured
frequency of the channel.
- ``TimerWiPy.PWM`` - Output a PWM signal on a pin.
@@ -74,7 +74,7 @@ Methods
The operating mode is is the one configured to the Timer object that was used to
create the channel.
- - ``channel`` if the width of the timer is 16-bit, then must be either ``TIMER.A``, ``TIMER.B``.
+ - ``channel`` if the width of the timer is 16-bit, then must be either ``TIMER.A``, ``TIMER.B``.
If the width is 32-bit then it **must be** ``TIMER.A | TIMER.B``.
Keyword only arguments: