def softToneWrite(*args): return _wiringpi.softToneWrite(*args)
def softToneWrite(pin, freq): return _wiringpi.softToneWrite(pin, freq)