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: FatFileSystem MSCFileSystem WavPlayer mbed
Fork of WavPlayer_test by
Revision 3:e03854cb5cef, committed 2012-09-25
- Comitter:
- p07gbar
- Date:
- Tue Sep 25 14:51:41 2012 +0000
- Parent:
- 2:8818d976f1e7
- Child:
- 4:0e55cf186330
- Commit message:
- Final
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Sep 24 14:10:40 2012 +0000 +++ b/main.cpp Tue Sep 25 14:51:41 2012 +0000 @@ -1,6 +1,6 @@ -// This is all set up for the RS Labboard: Just plug a memory stick with a wav file called test.wav on it -//(such as the one you can get from: https://mbed.org/media/uploads/p07gbar/test.wav) and have a listen! -// Any 16bit PCM Wav files with channel*sample rate less than 48kHz should work. +// This is all set up for the AnimatronicLAB board (RS Product Code 754-1965): Just plug a memory stick +// with a wav file called test.wav on it //(such as the one you can get from: https://mbed.org/media/uploads/p07gbar/test.wav) +// and have a listen! Any 16bit PCM Wav files with channel*sample rate less than 48kHz should work. #include "mbed.h" #include "WavPlayer.h"
