docs/library: Clarify that the arg to esp.deepsleep is in microseconds.

This commit is contained in:
victor 2020-06-28 23:41:04 +02:00 committed by Damien George
parent 65a7e00078
commit cb9aafbf8f

View File

@ -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