docs: Fix some errors in the sphinx board

This commit is contained in:
Daniel Thompson 2020-02-23 20:51:26 +00:00
parent 41647556c1
commit 5c0d86d938
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1 @@
../simulator/micropython.py

View file

@ -0,0 +1,4 @@
import time
def sleep_ms(ms):
time.sleep(ms / 1000)
time.sleep_ms = sleep_ms