Beispiel #1
0
def delay(howLong):
    return _wiringpi.delay(howLong)
Beispiel #2
0
def delay(*args):
    return _wiringpi.delay(*args)
def delay(*args):
    return _wiringpi.delay(*args)