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