This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-audio
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add filename requirements comment to WavFilePlayer example
dds
PaulStoffregen
9 years ago
parent
7e017b129e
commit
83b56e142b
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
examples/WavFilePlayer/WavFilePlayer.ino
+ 1
- 1
examples/WavFilePlayer/WavFilePlayer.ino
View File
@@ -98,7 +98,7 @@ void playFile(const char *filename)
void loop() {
playFile("SDTEST1.WAV");
playFile("SDTEST1.WAV");
// filenames are always uppercase 8.3 format
delay(500);
playFile("SDTEST2.WAV");
delay(500);
Write
Preview
Loading…
Cancel
Save