We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f607c56 commit d032ae1Copy full SHA for d032ae1
examples/Waveform_Generator/Waveform_Generator.ino
@@ -1,6 +1,6 @@
1
// This example generates different waveforms based on user input on A12/DAC1.
2
3
-#include "AdvancedDAC.h"
+#include <Arduino_AdvancedAnalog.h>
4
5
#define N_SAMPLES (256)
6
#define DEFAULT_FREQUENCY (16000)
0 commit comments