Skip to content

Commit 78eac8a

Browse files
committed
player-vector_sdfat-audiokit
1 parent 5341c7b commit 78eac8a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed
Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
#include "AudioTools.h"
1+
/**
2+
* @file player-vector_sdfat.ino
3+
* @brief example that shows how to use the versatile AudioSourceVector class
4+
* as data source. We use the SdFat library to read audio files from an SD card.
5+
*
6+
* @author Phil Schatzmann
7+
* @copyright GPLv3
8+
*/
9+
10+
#include "AudioTools.h"
211
#include "AudioTools/AudioCodecs/CodecMP3Helix.h"
312
#include "AudioTools/AudioLibs/AudioBoardStream.h"
413
#include "SPI.h"

0 commit comments

Comments
 (0)