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

Method sleep

src/DFPlayerMini_Fast.cpp:673–676  ·  view source on GitHub ↗

/ ! @brief Put the MP3 player into sleep mode. */ /

Source from the content-addressed store, hash-verified

671 */
672 /**************************************************************************/
673void DFPlayerMini_Fast::sleep()
674{
675 playbackSource(dfplayer::SLEEP);
676}
677
678
679

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected