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
845b5a2a
Commit
845b5a2a
authored
Oct 10, 2015
by
Damien George
Browse files
docs: Describe properly how MCU can be woken from pyb.standby() state.
parent
7381b7ac
Changes
1
Show whitespace changes
Inline
Side-by-side
docs/library/pyb.rst
View file @
845b5a2a
...
@@ -169,7 +169,8 @@ Power related functions
...
@@ -169,7 +169,8 @@ Power related functions
Put the pyboard into a "deep sleep" state.
Put the pyboard into a "deep sleep" state.
This reduces power consumption to less than 50 uA. To wake from this
This reduces power consumption to less than 50 uA. To wake from this
sleep state requires an external interrupt or a real-time-clock event.
sleep state requires a real-time-clock event, or an external interrupt
on X1 (PA0=WKUP) or X18 (PC13=TAMP1).
Upon waking the system undergoes a hard reset.
Upon waking the system undergoes a hard reset.
See :meth:`rtc.wakeup` to configure a real-time-clock wakeup event.
See :meth:`rtc.wakeup` to configure a real-time-clock wakeup event.
...
...
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