mirror of
https://github.com/DFRobot/DFRobotDFPlayerMini.git
synced 2026-03-13 03:56:49 +01:00
20343d62edb38196d4f1db85977d76e325165729
Ratio: calling init() after the module is initially powered on is not necessary and leads a) to an additional startup latency and b) (more annoying) to a loud "plop" sound on the speaker output of the DFPlayerMini module. By adding an optional parameter doReset to the begin() method, the user can now decide, if the reset should be peformed. Default is true, which is same behaviour as now (i.e. perform reset()).
DFPlayer - A Mini MP3 Player For Arduino
DFPlayer - A Mini MP3 Player For Arduino https://www.dfrobot.com/index.php?route=product/product&product_id=1121
This example shows the all the function of library for DFPlayer.
Created 2016-12-07 By Angelo qiao
GNU Lesser General Public License. See http://www.gnu.org/licenses/ for details. All above must be included in any redistribution
Notice and Trouble shooting
1.Connection and Diagram can be found here https://www.dfrobot.com/wiki/index.php/DFPlayer_Mini_SKU:DFR0299#Connection_Diagram 2.This code is tested on Arduino Uno, Leonardo, Mega boards.
Description
Languages
C++
100%