Skip to content

Commit 3590b5c

Browse files
authored
Fix: use top-level-include, direct include of local header not recommended as it complicates library lookup mechanism. (#13)
1 parent f607c56 commit 3590b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Waveform_Generator/Waveform_Generator.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This example generates different waveforms based on user input on A12/DAC1.
22

3-
#include "AdvancedDAC.h"
3+
#include <Arduino_AdvancedAnalog.h>
44

55
#define N_SAMPLES (256)
66
#define DEFAULT_FREQUENCY (16000)

0 commit comments

Comments
 (0)