diff options
| author | Paul Sokolovsky | 2016-05-03 12:48:20 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2016-05-03 12:48:20 +0300 |
| commit | bb6458bf43c6e724643aa7854af7c17ea8beb787 (patch) | |
| tree | c8e250fb448e16b1276c1b86fdf9514ab1043aa0 /docs/wipy | |
| parent | db99ae00a2a37fbe3ec92f306e43c5c1e3fe18b0 (diff) | |
docs/machine: More generic description of sleep's, WiPy details to its genref.
Diffstat (limited to 'docs/wipy')
| -rw-r--r-- | docs/wipy/general.rst | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/wipy/general.rst b/docs/wipy/general.rst index 13d9a97f3..3c19c75b5 100644 --- a/docs/wipy/general.rst +++ b/docs/wipy/general.rst @@ -170,9 +170,11 @@ There are currently 2 kinds of errors that you might see: 2. If the heartbeat LED stays on, then there was a hard fault, you cannot recover from this, the only way out is to press the reset switch. -Power consumption in various sleep modes ----------------------------------------- +Details on sleep modes +---------------------- -* ``machine.idle()`` - ~12mA (in WLAN STA mode) -* ``machine.sleep()`` - 950uA (in WLAN STA mode) -* ``machine.deepsleep()`` - ~5uA +* ``machine.idle()``: Power consumption: ~12mA (in WLAN STA mode). Wake sources: + any hardware interrupt, 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``. |
