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

Method stop

src/DFPlayerMini_Fast.cpp:144–153  ·  view source on GitHub ↗

/ ! @brief Stop the current playback */ /

Source from the content-addressed store, hash-verified

142 */
143 /**************************************************************************/
144void DFPlayerMini_Fast::stop()
145{
146 sendStack.commandValue = dfplayer::STOP;
147 sendStack.feedbackValue = dfplayer::NO_FEEDBACK;
148 sendStack.paramMSB = 0;
149 sendStack.paramLSB = 0;
150
151 findChecksum(sendStack);
152 sendData();
153}
154
155
156

Callers 2

bBFunction · 0.80
jquery.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected