Skip to content
Snippets Groups Projects
Commit 12547ce7 authored by danicampora's avatar danicampora
Browse files

docs: Minor change to improve clarity in machine.Timer docs.

parent cc7a4d7d
Branches
No related tags found
No related merge requests found
......@@ -7,8 +7,8 @@ class Timer -- control internal timers
Timers can be used for a great variety of tasks, calling a function periodically,
counting events, and generating a PWM signal are among the most common use cases.
Each timer consists of 2 16-bit channels and this channels can be tied together to
form 1 32-bit timer. The operating mode needs to be configured per timer, but then
Each timer consists of two 16-bit channels and this channels can be tied together to
form one 32-bit timer. The operating mode needs to be configured per timer, but then
the period (or the frequency) can be independently configured on each channel.
By using the callback method, the timer event can call a Python function.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment