diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-02-23 20:51:26 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-02-23 20:51:26 (GMT) |
| commit | 5c0d86d938731b1dbb35f1cef09698af32fcf6e3 (patch) | |
| tree | ed8f10f50dea1a69f05cc9febad35d1237f083ba /wasp | |
| parent | 41647556c1e4e7c4303967e513b7d4e7e87a1313 (diff) | |
docs: Fix some errors in the sphinx board
Diffstat (limited to 'wasp')
| l---------[-rw-r--r--] | wasp/boards/sphinx/micropython.py | 1 | ||||
| -rw-r--r-- | wasp/boards/sphinx/watch.py | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/wasp/boards/sphinx/micropython.py b/wasp/boards/sphinx/micropython.py index e69de29..1ddb305 100644..120000 --- a/wasp/boards/sphinx/micropython.py +++ b/wasp/boards/sphinx/micropython.py @@ -0,0 +1 @@ +../simulator/micropython.py
\ No newline at end of file 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 |
