We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a20f1c commit 371f7a4Copy full SHA for 371f7a4
TLV320DAC3100_Examples/TLV320_Tone_Arduino/TLV320_Tone_Arduino.ino
@@ -1,3 +1,9 @@
1
+// SPDX-FileCopyrightText: 2016 Sandeep Mistry
2
+// SPDX-FileCopyrightText: 2022 Earle F. Philhower, III
3
+// SPDX-FileCopyrightText: 2023 Ladyada for Adafruit Industries
4
+//
5
+// SPDX-License-Identifier: MIT
6
+
7
#include <Adafruit_TLV320DAC3100.h>
8
#include <I2S.h>
9
#include <math.h>
0 commit comments