public AD6636(AD6636Interface device, long ncoFreq) { this.Device = device; NCOFreq = ncoFreq; InitRegisters(); Device.Register(this); }
public AD6636(AD6636Interface device) : this(device, 98304000) { }