jimaobian
beeba2c69d
Update
1.0.2
2017-11-20 13:53:10 +08:00
jimaobian
cfb9428978
Merge pull request #6 from jandelgado/add_travis_ci_support
...
added support for travis ci
2017-11-20 13:46:35 +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
jimaobian
0cf620c20d
Merge pull request #4 from jandelgado/adding_missing_return_statements
...
added missing "return" statements
2017-11-20 13:35:52 +08:00
Jan Delgado
7b5087e1af
added support for travis ci
2017-06-13 20:01:49 +02: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
jimaobian
6f4f402c71
Merge pull request #3 from redPanther/master
...
add function for query folder count + added datasheet
2017-03-08 17:34:23 +08:00
redpanther
c9f758979b
add docs
2017-02-23 09:19:18 +01:00
redpanther
6111ae2018
add function to count folders on current device
2017-02-23 09:17:45 +01:00
Angelo
772d326841
Merge remote-tracking branch 'origin/master'
1.0.1
2016-12-13 16:53:47 +08:00
Angelo
fabbb011df
update to 1.0.1 Fix the compiling error on Arduino.org IDE
2016-12-13 16:52:06 +08:00
jimaobian
9826577d39
Update README.md
2016-12-13 16:37:20 +08:00
Angelo
483c5f5c3e
update readme
1.0.0
2016-12-07 15:15:04 +08:00
Angelo
435d1591f1
change folder
2016-12-07 15:14:14 +08:00
Angelo
4968e6af29
init
2016-12-07 15:13:08 +08:00