docs: Fix some errors in the sphinx board
This commit is contained in:
parent
41647556c1
commit
5c0d86d938
2 changed files with 5 additions and 0 deletions
1
wasp/boards/sphinx/micropython.py
Symbolic link
1
wasp/boards/sphinx/micropython.py
Symbolic link
|
@ -0,0 +1 @@
|
|||
../simulator/micropython.py
|
|
@ -0,0 +1,4 @@
|
|||
import time
|
||||
def sleep_ms(ms):
|
||||
time.sleep(ms / 1000)
|
||||
time.sleep_ms = sleep_ms
|
Loading…
Add table
Reference in a new issue