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

Method pause

src/DFPlayerMini_Fast.cpp:431–440  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

429 */
430 /**************************************************************************/
431void DFPlayerMini_Fast::pause()
432{
433 sendStack.commandValue = dfplayer::PAUSE;
434 sendStack.feedbackValue = dfplayer::NO_FEEDBACK;
435 sendStack.paramMSB = 0;
436 sendStack.paramLSB = 0;
437
438 findChecksum(sendStack);
439 sendData();
440}
441
442
443

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected