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
fixing playFile function name typo
dds
Dave Crist
4 years ago
parent
07abdbcb1b
commit
8a45aed3cf
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
examples/WavFilePlayerPause/WavFilePlayerPause.ino
+ 1
- 1
examples/WavFilePlayerPause/WavFilePlayerPause.ino
View File
@@ -79,7 +79,7 @@ void setup() {
}
}
void playFile
Pause
(const char *filename)
void playFile(const char *filename)
{
Serial.print("Playing file: ");
Serial.println(filename);
Write
Preview
Loading…
Cancel
Save