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

Method standbyMode

src/DFPlayerMini_Fast.cpp:355–364  ·  view source on GitHub ↗

/ ! @brief Put the MP3 player in standby mode (this is NOT sleep mode). */ /

Source from the content-addressed store, hash-verified

353 */
354 /**************************************************************************/
355void DFPlayerMini_Fast::standbyMode()
356{
357 sendStack.commandValue = dfplayer::STANDBY;
358 sendStack.feedbackValue = dfplayer::NO_FEEDBACK;
359 sendStack.paramMSB = 0;
360 sendStack.paramLSB = 0;
361
362 findChecksum(sendStack);
363 sendData();
364}
365
366
367

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected