File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
/* **************************************************
2
2
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 >
4
4
5
5
***************************************************
6
6
This example shows the all the function of library for DFPlayer.
@@ -115,7 +115,7 @@ void setup()
115
115
Serial.println (myDFPlayer.readEQ ()); // read EQ setting
116
116
Serial.println (myDFPlayer.readFileCounts ()); // read all file counts in SD card
117
117
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
119
119
}
120
120
121
121
void loop ()
Original file line number Diff line number Diff line change 1
1
/* **************************************************
2
2
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 >
4
4
5
5
***************************************************
6
6
This example shows the basic function of library for DFPlayer.
7
7
8
- Created 2014-8-28
8
+ Created 2016-12-07
9
9
By [Angelo qiao]([email protected] )
10
10
11
11
GNU Lesser General Public License.
@@ -15,7 +15,7 @@ DFPlayer - A Mini MP3 Player For Arduino
15
15
16
16
/* **********Notice and Trouble shooting***************
17
17
1.Connection and Diagram can be found here
18
- <>
18
+ <https://www.dfrobot.com/wiki/index.php/DFPlayer_Mini_SKU:DFR0299#Connection_Diagram >
19
19
2.This code is tested on Arduino Uno, Leonardo, Mega boards.
20
20
****************************************************/
21
21
You can’t perform that action at this time.
0 commit comments