def pinModeAlt(*args): return _wiringpi.pinModeAlt(*args)
def pinModeAlt(pin, mode): return _wiringpi.pinModeAlt(pin, mode)