summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorvictor <victorkrook96@gmail.com>2020-06-28 23:41:04 +0200
committerDamien George <damien@micropython.org>2020-06-30 22:01:44 +1000
commitcb9aafbf8f0ee912e5f4d0a32d5f9765d9e8f30c (patch)
tree868825b92b00c24ee843ea1f03ed27e931d39bc2
parent65a7e00078fae27521dd9df78e328c6fa1e3b288 (diff)
downloadmicropython-cb9aafbf8f0ee912e5f4d0a32d5f9765d9e8f30c.tar.gz
micropython-cb9aafbf8f0ee912e5f4d0a32d5f9765d9e8f30c.zip
docs/library: Clarify that the arg to esp.deepsleep is in microseconds.
-rw-r--r--docs/library/esp.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/esp.rst b/docs/library/esp.rst
index cb2bc7af8d..b9ae57bd97 100644
--- a/docs/library/esp.rst
+++ b/docs/library/esp.rst
@@ -31,7 +31,7 @@ Functions
The system enters the set sleep mode automatically when possible.
-.. function:: deepsleep(time=0, /)
+.. function:: deepsleep(time_us=0, /)
**Note**: ESP8266 only - use `machine.deepsleep()` on ESP32