diff options
Diffstat (limited to 'docs/library/machine.Timer.rst')
-rw-r--r-- | docs/library/machine.Timer.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/library/machine.Timer.rst b/docs/library/machine.Timer.rst index 344d1ea86e..12db58d5c4 100644 --- a/docs/library/machine.Timer.rst +++ b/docs/library/machine.Timer.rst @@ -104,7 +104,7 @@ Methods If only a channel identifier passed, then a previously initialized channel object is returned (or ``None`` if there is no previous channel). - Othwerwise, a TimerChannel object is initialized and returned. + Otherwise, a TimerChannel object is initialized and returned. The operating mode is is the one configured to the Timer object that was used to create the channel. @@ -152,7 +152,7 @@ Methods .. method:: timerchannel.irq(\*, trigger, priority=1, handler=None) - The behavior of this callback is heaviliy dependent on the operating + The behavior of this callback is heavily dependent on the operating mode of the timer channel: - If mode is ``Timer.PERIODIC`` the callback is executed periodically |