4 Commits

Author SHA1 Message Date
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
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