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

Method stopRepeat

src/DFPlayerMini_Fast.cpp:616–625  ·  view source on GitHub ↗

/ ! @brief Stop repeat play of the current track. */ /

Source from the content-addressed store, hash-verified

614 */
615 /**************************************************************************/
616void DFPlayerMini_Fast::stopRepeat()
617{
618 sendStack.commandValue = dfplayer::REPEAT_CURRENT;
619 sendStack.feedbackValue = dfplayer::NO_FEEDBACK;
620 sendStack.paramMSB = 0;
621 sendStack.paramLSB = 0;
622
623 findChecksum(sendStack);
624 sendData();
625}
626
627
628

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected