Skip to content

Commit 845b5a2

Browse files
committed
docs: Describe properly how MCU can be woken from pyb.standby() state.
1 parent 7381b7a commit 845b5a2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/library/pyb.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@ Power related functions
169169
Put the pyboard into a "deep sleep" state.
170170

171171
This reduces power consumption to less than 50 uA. To wake from this
172-
sleep state requires an external interrupt or a real-time-clock event.
172+
sleep state requires a real-time-clock event, or an external interrupt
173+
on X1 (PA0=WKUP) or X18 (PC13=TAMP1).
173174
Upon waking the system undergoes a hard reset.
174175

175176
See :meth:`rtc.wakeup` to configure a real-time-clock wakeup event.

0 commit comments

Comments
 (0)