summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authordaniel <daniel@pycom.io>2016-10-10 14:22:39 +0200
committerdaniel <daniel@pycom.io>2016-10-10 14:22:39 +0200
commita181340ad88f75a2910818b112cf55f816dcc611 (patch)
treecd3a436ad7f63eee093565492c4e6940824aa485
parent5a699a701767ded915d39ef46a9b4024765175a3 (diff)
downloadmicropython-a181340ad88f75a2910818b112cf55f816dcc611.tar.gz
micropython-a181340ad88f75a2910818b112cf55f816dcc611.zip
docs/wipy: Correct deep sleep current figure.
-rw-r--r--docs/wipy/general.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/wipy/general.rst b/docs/wipy/general.rst
index 2f18e7a62f..0991dbaeaf 100644
--- a/docs/wipy/general.rst
+++ b/docs/wipy/general.rst
@@ -14,18 +14,18 @@ all divisions must be performed using '//' instead of '/'. Example::
Before applying power
---------------------
-.. warning::
+.. warning::
The GPIO pins of the WiPy are NOT 5V tolerant, connecting them to voltages higher
- than 3.6V will cause irreparable damage to the board. ADC pins, when configured
+ than 3.6V will cause irreparable damage to the board. ADC pins, when configured
in analog mode cannot withstand voltages above 1.8V. Keep these considerations in
mind when wiring your electronics.
WLAN default behaviour
----------------------
-When the WiPy boots with the default factory configuration starts in Access Point
-mode with ``ssid`` that starts with: ``wipy-wlan`` and ``key: www.wipy.io``.
+When the WiPy boots with the default factory configuration starts in Access Point
+mode with ``ssid`` that starts with: ``wipy-wlan`` and ``key: www.wipy.io``.
Connect to this network and the WiPy will be reachable at ``192.168.1.1``. In order
to gain access to the interactive prompt, open a telnet session to that IP address on
the default port (23). You will be asked for credentials:
@@ -98,7 +98,7 @@ the WiPy by pressing the switch on the board, or by typing::
>>> import machine
>>> machine.reset()
-Software updates can be found in: https://github.com/wipy/wipy/releases (**Binaries.zip**).
+Software updates can be found in: https://github.com/wipy/wipy/releases (**Binaries.zip**).
It's always recommended to update to the latest software, but make sure to
read the **release notes** before.
@@ -122,7 +122,7 @@ Boot modes and safe boot
------------------------
If you power up normally, or press the reset button, the WiPy will boot
-into standard mode; the ``boot.py`` file will be executed first, then
+into standard mode; the ``boot.py`` file will be executed first, then
``main.py`` will run.
You can override this boot sequence by pulling ``GP28`` **up** (connect
@@ -178,4 +178,4 @@ Details on sleep modes
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``.
+* ``machine.deepsleep()``: ~350uA. Wake sources are ``Pin`` and ``RTC``.