AD9833-Library-Arduino icon indicating copy to clipboard operation
AD9833-Library-Arduino copied to clipboard

Library to control the AD9833 waveform generator

Results 13 AD9833-Library-Arduino issues
Sort by recently updated
recently updated
newest added

If you use multiple SPI's, this is helpfull to give the SPI class from external. No change on default interface, just additional option

Is it possible to superimpose the frequency? For example 10K + 20K sine wave gen.ApplySignal(SINE_WAVE,REG1,10000); gen.ApplySignal(SQUARE_WAVE,REG0,20000);