This library will NOT setup and configure SPI, that is the user's responsibility. All this library needs to know is which pin is connected to FSYNC. Check out the example to get started.
const int SINE = 0x2003; // Define AD9833's waveform register value. const int SQUARE = 0x2020; // When we update the frequency, we need to const int TRIANGLE = 0x2002; // define the waveform when we ...
It’s probably not much of a stretch to say that many of us have taken on a project or two that were little more than thinly veiled excuses to add a new tool or piece of gear to our arsenal. There’s ...