Exemplo n.º 1
0
        public AD6636(AD6636Interface device, long ncoFreq)
        {
            this.Device = device;
            NCOFreq     = ncoFreq;

            InitRegisters();

            Device.Register(this);
        }
Exemplo n.º 2
0
 public AD6636(AD6636Interface device) : this(device, 98304000)
 {
 }