summaryrefslogtreecommitdiff
path: root/wasp/boards/sphinx/watch.py
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-02-23 20:51:26 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-02-23 20:51:26 (GMT)
commit5c0d86d938731b1dbb35f1cef09698af32fcf6e3 (patch)
treeed8f10f50dea1a69f05cc9febad35d1237f083ba /wasp/boards/sphinx/watch.py
parent41647556c1e4e7c4303967e513b7d4e7e87a1313 (diff)
docs: Fix some errors in the sphinx board
Diffstat (limited to 'wasp/boards/sphinx/watch.py')
-rw-r--r--wasp/boards/sphinx/watch.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/wasp/boards/sphinx/watch.py b/wasp/boards/sphinx/watch.py
index e69de29..dccee44 100644
--- a/wasp/boards/sphinx/watch.py
+++ b/wasp/boards/sphinx/watch.py
@@ -0,0 +1,4 @@
+import time
+def sleep_ms(ms):
+ time.sleep(ms / 1000)
+time.sleep_ms = sleep_ms