Vasanth Kumar / Mbed 2 deprecated RapidMP3_check

Dependencies:   RAPIDMP3 mbed

Fork of RapidMP3_check by Vasanth Kumar

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");