index
:
librambutan
legacy
master
newprint
stm32f4discovery
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
wait.py
blob: 33470895531a44160d580cffe103d3e7b0df7f43 (
plain
)
1
2
3
4
5
6
7
#!/usr/bin/python import time time.sleep(1) print "Done"