summaryrefslogtreecommitdiffstatshomepage
path: root/docs/samd/quickref.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/samd/quickref.rst')
-rw-r--r--docs/samd/quickref.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/samd/quickref.rst b/docs/samd/quickref.rst
index 60c57b3a47..25b5a8fc8a 100644
--- a/docs/samd/quickref.rst
+++ b/docs/samd/quickref.rst
@@ -65,6 +65,8 @@ Use the :mod:`time <time>` module::
start = time.ticks_ms() # get millisecond counter
delta = time.ticks_diff(time.ticks_ms(), start) # compute time difference
+Note that :func:`time.sleep_us()` delays by busy waiting. During that time, other tasks are
+not scheduled.
Clock and time
--------------