I was searching for a usleep() function in Python 2.7.
Does anybody know if it does exist, maybe with another function name?
from time import sleep sleep(0.1) #sleep during 100ms