Skip to content

Commit c295afa

Browse files
committed
Update the comments
1 parent 3613f54 commit c295afa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/FullFunction/FullFunction.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/***************************************************
22
DFPlayer - A Mini MP3 Player For Arduino
3-
<https://www.dfrobot.com/index.php?route=product/product&product_id=1121>
3+
<https://www.dfrobot.com/product-1121.html>
44
55
***************************************************
66
This example shows the all the function of library for DFPlayer.
@@ -115,7 +115,7 @@ void setup()
115115
Serial.println(myDFPlayer.readEQ()); //read EQ setting
116116
Serial.println(myDFPlayer.readFileCounts()); //read all file counts in SD card
117117
Serial.println(myDFPlayer.readCurrentFileNumber()); //read current play file number
118-
Serial.println(myDFPlayer.readFileCountsInFolder(3)); //read fill counts in folder SD:/03
118+
Serial.println(myDFPlayer.readFileCountsInFolder(3)); //read file counts in folder SD:/03
119119
}
120120

121121
void loop()

examples/GetStarted/getStarted.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/***************************************************
22
DFPlayer - A Mini MP3 Player For Arduino
3-
<https://www.dfrobot.com/index.php?route=product/product&search=mp3&description=true&product_id=1121>
3+
<https://www.dfrobot.com/product-1121.html>
44
55
***************************************************
66
This example shows the basic function of library for DFPlayer.
77
8-
Created 2014-8-28
8+
Created 2016-12-07
99
By [Angelo qiao]([email protected])
1010
1111
GNU Lesser General Public License.
@@ -15,7 +15,7 @@ DFPlayer - A Mini MP3 Player For Arduino
1515

1616
/***********Notice and Trouble shooting***************
1717
1.Connection and Diagram can be found here
18-
<>
18+
<https://www.dfrobot.com/wiki/index.php/DFPlayer_Mini_SKU:DFR0299#Connection_Diagram>
1919
2.This code is tested on Arduino Uno, Leonardo, Mega boards.
2020
****************************************************/
2121

0 commit comments

Comments
 (0)