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

Method playNext

src/DFPlayerMini_Fast.cpp:85–94  ·  view source on GitHub ↗

/ ! @brief Play the next song in chronological order. */ /

Source from the content-addressed store, hash-verified

83 */
84 /**************************************************************************/
85void DFPlayerMini_Fast::playNext()
86{
87 sendStack.commandValue = dfplayer::NEXT;
88 sendStack.feedbackValue = dfplayer::NO_FEEDBACK;
89 sendStack.paramMSB = 0;
90 sendStack.paramLSB = 0;
91
92 findChecksum(sendStack);
93 sendData();
94}
95
96
97

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected