MCPcopy Create free account
hub / github.com/PowerBroker2/DFPlayerMini_Fast / resume

Method resume

src/DFPlayerMini_Fast.cpp:412–421  ·  view source on GitHub ↗

/ ! @brief Resume playing current track. */ /

Source from the content-addressed store, hash-verified

410 */
411 /**************************************************************************/
412void DFPlayerMini_Fast::resume()
413{
414 sendStack.commandValue = dfplayer::PLAYBACK;
415 sendStack.feedbackValue = dfplayer::NO_FEEDBACK;
416 sendStack.paramMSB = 0;
417 sendStack.paramLSB = 0;
418
419 findChecksum(sendStack);
420 sendData();
421}
422
423
424

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected