docs: Describe properly how MCU can be woken from pyb.standby() state.

This commit is contained in:
Damien George 2015-10-10 00:03:14 +01:00
parent 7381b7ac71
commit 845b5a2a58
1 changed files with 2 additions and 1 deletions

View File

@ -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.