Skip to content

Commit 12547ce

Browse files
author
danicampora
committed
docs: Minor change to improve clarity in machine.Timer docs.
1 parent cc7a4d7 commit 12547ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/library/machine.Timer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ class Timer -- control internal timers
77

88
Timers can be used for a great variety of tasks, calling a function periodically,
99
counting events, and generating a PWM signal are among the most common use cases.
10-
Each timer consists of 2 16-bit channels and this channels can be tied together to
11-
form 1 32-bit timer. The operating mode needs to be configured per timer, but then
10+
Each timer consists of two 16-bit channels and this channels can be tied together to
11+
form one 32-bit timer. The operating mode needs to be configured per timer, but then
1212
the period (or the frequency) can be independently configured on each channel.
1313
By using the callback method, the timer event can call a Python function.
1414

0 commit comments

Comments
 (0)