We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c564169 commit 31300b5Copy full SHA for 31300b5
1 file changed
docs/library/utime.rst
@@ -36,7 +36,9 @@ Functions
36
.. function:: sleep(seconds)
37
38
Sleep for the given number of seconds. Seconds can be a floating-point number to
39
- sleep for a fractional number of seconds.
+ sleep for a fractional number of seconds. Note that other MicroPython ports may
40
+ not accept floating-point argument, for compatibility with them use ``sleep_ms()``
41
+ and ``sleep_us()`` functions.
42
43
.. only:: port_wipy
44
0 commit comments