Exemplo n.º 1
0
def pinMode(pin, mode):
    return _wiringpi.pinMode(pin, mode)
Exemplo n.º 2
0
def pinMode(*args):
    return _wiringpi.pinMode(*args)
def pinMode(*args):
    return _wiringpi.pinMode(*args)