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