|
@ -38,18 +38,12 @@ Functions |
|
|
Sleep for the given number of seconds. Seconds can be a floating-point number to |
|
|
Sleep for the given number of seconds. Seconds can be a floating-point number to |
|
|
sleep for a fractional number of seconds. |
|
|
sleep for a fractional number of seconds. |
|
|
|
|
|
|
|
|
.. only:: port_esp8266 |
|
|
.. only:: port_esp8266 or port_wipy |
|
|
|
|
|
|
|
|
.. function:: sleep(seconds) |
|
|
.. function:: sleep(seconds) |
|
|
|
|
|
|
|
|
Sleep for the given number of seconds. |
|
|
Sleep for the given number of seconds. |
|
|
|
|
|
|
|
|
.. only:: port_wipy |
|
|
|
|
|
|
|
|
|
|
|
.. function:: sleep(milliseconds) |
|
|
|
|
|
|
|
|
|
|
|
Sleep for the given number of milliseconds. |
|
|
|
|
|
|
|
|
|
|
|
.. function:: time() |
|
|
.. function:: time() |
|
|
|
|
|
|
|
|
Returns the number of seconds, as an integer, since 1/1/2000. |
|
|
Returns the number of seconds, as an integer, since 1/1/2000. |
|
|