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

Method startRepeat

src/DFPlayerMini_Fast.cpp:597–606  ·  view source on GitHub ↗

/ ! @brief Repeat the current track. */ /

Source from the content-addressed store, hash-verified

595 */
596 /**************************************************************************/
597void DFPlayerMini_Fast::startRepeat()
598{
599 sendStack.commandValue = dfplayer::REPEAT_CURRENT;
600 sendStack.feedbackValue = dfplayer::NO_FEEDBACK;
601 sendStack.paramMSB = 0;
602 sendStack.paramLSB = 0;
603
604 findChecksum(sendStack);
605 sendData();
606}
607
608
609

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected