Update TLV320_Tone_Arduino.ino
This commit is contained in:
parent
5a20f1cd72
commit
371f7a40a9
1 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
// SPDX-FileCopyrightText: 2016 Sandeep Mistry
|
||||
// SPDX-FileCopyrightText: 2022 Earle F. Philhower, III
|
||||
// SPDX-FileCopyrightText: 2023 Ladyada for Adafruit Industries
|
||||
//
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#include <Adafruit_TLV320DAC3100.h>
|
||||
#include <I2S.h>
|
||||
#include <math.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue