diff --git a/examples/FullFunction/FullFunction.ino b/examples/FullFunction/FullFunction.ino index d72eea4..2629d96 100644 --- a/examples/FullFunction/FullFunction.ino +++ b/examples/FullFunction/FullFunction.ino @@ -1,6 +1,6 @@ /*************************************************** DFPlayer - A Mini MP3 Player For Arduino - + *************************************************** This example shows the all the function of library for DFPlayer. @@ -115,7 +115,7 @@ void setup() Serial.println(myDFPlayer.readEQ()); //read EQ setting Serial.println(myDFPlayer.readFileCounts()); //read all file counts in SD card Serial.println(myDFPlayer.readCurrentFileNumber()); //read current play file number - Serial.println(myDFPlayer.readFileCountsInFolder(3)); //read fill counts in folder SD:/03 + Serial.println(myDFPlayer.readFileCountsInFolder(3)); //read file counts in folder SD:/03 } void loop() diff --git a/examples/GetStarted/getStarted.ino b/examples/GetStarted/getStarted.ino index 7f70693..0c7db85 100644 --- a/examples/GetStarted/getStarted.ino +++ b/examples/GetStarted/getStarted.ino @@ -1,11 +1,11 @@ /*************************************************** DFPlayer - A Mini MP3 Player For Arduino - + *************************************************** This example shows the basic function of library for DFPlayer. - Created 2014-8-28 + Created 2016-12-07 By [Angelo qiao](Angelo.qiao@dfrobot.com) GNU Lesser General Public License. @@ -15,7 +15,7 @@ DFPlayer - A Mini MP3 Player For Arduino /***********Notice and Trouble shooting*************** 1.Connection and Diagram can be found here - <> + 2.This code is tested on Arduino Uno, Leonardo, Mega boards. ****************************************************/