Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SDFileSystem mbed wave_player
Fork of WavePlayer_HelloWorld by
Revision 2:244f8a2bbb26, committed 2015-02-18
- Comitter:
- lzzcd001
- Date:
- Wed Feb 18 14:54:14 2015 +0000
- Parent:
- 1:5b8e223e983d
- Commit message:
- waveplayaer;
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Jan 24 02:59:05 2013 +0000
+++ b/main.cpp Wed Feb 18 14:54:14 2015 +0000
@@ -14,7 +14,7 @@
{
FILE *wave_file;
printf("\n\n\nHello, wave world!\n");
- wave_file=fopen("/sd/sample.wav","r");
+ wave_file=fopen("/sd/test.wav","r");
waver.play(wave_file);
fclose(wave_file);
}
\ No newline at end of file
