Skip to content
Snippets Groups Projects
Commit 2aefde06 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

CPython pyb.py placeholder: Implement delay().

parent a671f891
No related branches found
No related tags found
No related merge requests found
# pyboard testing functions for PC
# pyboard testing functions for CPython
import time
def delay(n):
pass
time.sleep(float(n) / 1000)
rand_seed = 1
def rand():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment