Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
9642846d
Commit
9642846d
authored
Dec 16, 2014
by
Damien George
Browse files
docs: Define more clearly the behaviour of LED methods.
Addresses issue #1006.
parent
00785613
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/library/pyb.LED.rst
View file @
9642846d
...
...
@@ -31,8 +31,9 @@ Methods
.. method:: led.on()
Turn the LED on.
Turn the LED on
, to maximum intensity
.
.. method:: led.toggle()
Toggle the LED between on and off.
Toggle the LED between on (maximum intensity) and off. If the LED is at
non-zero intensity then it is considered "on" and toggle will turn it off.
Write
Preview
Supports
Markdown
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