Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
micropython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
micropython
Commits
4a7c2731
Commit
4a7c2731
authored
Jul 02, 2020
by
Howard Lovatt
Committed by
Damien George
Jul 25, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs/library: Update pyb.Timer to add missing args and defaults to init.
parent
cf9be201
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/library/pyb.Timer.rst
docs/library/pyb.Timer.rst
+1
-1
No files found.
docs/library/pyb.Timer.rst
View file @
4a7c2731
...
...
@@ -62,7 +62,7 @@ Constructors
Methods
-------
.. method:: Timer.init(\*, freq, prescaler, period)
.. method:: Timer.init(\*, freq, prescaler, period
, mode=Timer.UP, div=1, callback=None, deadtime=0
)
Initialise the timer. Initialisation must be either by frequency (in Hz)
or by prescaler and period::
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment