We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7381b7a commit 845b5a2Copy full SHA for 845b5a2
1 file changed
docs/library/pyb.rst
@@ -169,7 +169,8 @@ Power related functions
169
Put the pyboard into a "deep sleep" state.
170
171
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.
+ sleep state requires a real-time-clock event, or an external interrupt
173
+ on X1 (PA0=WKUP) or X18 (PC13=TAMP1).
174
Upon waking the system undergoes a hard reset.
175
176
See :meth:`rtc.wakeup` to configure a real-time-clock wakeup event.
0 commit comments