8 Commits

Author SHA1 Message Date
jimaobian
8b4ba4f7d8 update to 1.0.3
* Fix the bug that read cannot get the right result.
* Add USB support
* Add more example.
2018-08-15 13:44:47 +08:00
jimaobian
c36911d7b3 Merge pull request #5 from jandelgado/make_call_to_init_optional
Made the call to init() in DFRobotDFPlayerMini::begin() optional.
2017-11-20 13:39:01 +08:00
Jan Delgado
c0bd68111b added missing "return" statements 2017-06-13 19:08:52 +02:00
Jan Delgado
20343d62ed Made the call to init() in DFRobotDFPlayerMini::begin() optional.
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()).
2017-06-13 19:05:51 +02:00
Angelo
31d5ec18d6 Fix compatible problem on nodeMCU (ESP8266)
add delay(0) to reset the soft wdt
2017-03-08 19:27:55 +08:00
redpanther
6111ae2018 add function to count folders on current device 2017-02-23 09:17:45 +01:00
Angelo
fabbb011df update to 1.0.1 Fix the compiling error on Arduino.org IDE 2016-12-13 16:52:06 +08:00
Angelo
435d1591f1 change folder 2016-12-07 15:14:14 +08:00