aboutsummaryrefslogtreecommitdiff
path: root/docs/wipy
diff options
context:
space:
mode:
authorPaul Sokolovsky2016-05-03 12:53:57 +0300
committerPaul Sokolovsky2016-05-03 12:53:57 +0300
commit81a99eb388a6ae05c6ec52439c137496510dc757 (patch)
treeb3d921dfeb3c953d4b31a812ea009db845c1bf37 /docs/wipy
parentbb6458bf43c6e724643aa7854af7c17ea8beb787 (diff)
docs/machine: idle() description generalization.
Diffstat (limited to 'docs/wipy')
-rw-r--r--docs/wipy/general.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/wipy/general.rst b/docs/wipy/general.rst
index 3c19c75b5..c1e969660 100644
--- a/docs/wipy/general.rst
+++ b/docs/wipy/general.rst
@@ -174,7 +174,8 @@ Details on sleep modes
----------------------
* ``machine.idle()``: Power consumption: ~12mA (in WLAN STA mode). Wake sources:
- any hardware interrupt, no special configuration required.
+ any hardware interrupt (including systick with period of 1ms), no special
+ configuration required.
* ``machine.sleep()``: 950uA (in WLAN STA mode). Wake sources are ``Pin``, ``RTC``
and ``WLAN``
* ``machine.deepsleep()``: ~5uA. Wake sources are ``Pin`` and ``RTC``.