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.
Fork of RapidMP3_check by
Diff: RAPIDMP3.cpp
- Revision:
- 1:dbb63bd6c828
- Parent:
- 0:a540b792fbf0
--- a/RAPIDMP3.cpp Fri Nov 21 07:39:09 2014 +0000
+++ b/RAPIDMP3.cpp Fri Nov 21 10:44:09 2014 +0000
@@ -315,7 +315,7 @@
@param[out] RMP3_OK or RMP3_ER
Note Calling this function creates a new .wav file in the specified name
- into the microSD memory card
+ within the microSD memory card
@section Example
@@ -325,7 +325,7 @@
response = rmp3.recordFile("rec_1.wav");
if (response == RMP3_OK) {
- delayMs(10000);
+ wait(10.0);
rmp3.stop();
rmp3.playFile("rec_1.wav");
