The Arduino Reference text is licensed under a Creative Commons Attribution-Share Alike 3.0 License.
Find anything that can be improved? Suggest corrections and new documentation via GitHub.
Doubts on how to use Github? Learn everything you need to know in this tutorial.
Sets the DAC’s frequency. This function can only be used after begin() has been called.
begin()
int frequency = 20000; dac.frequency(frequency);
int