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

Method stopAdvertisement

src/DFPlayerMini_Fast.cpp:205–214  ·  view source on GitHub ↗

/ ! @brief Stop the interrupting track. */ /

Source from the content-addressed store, hash-verified

203 */
204 /**************************************************************************/
205void DFPlayerMini_Fast::stopAdvertisement()
206{
207 sendStack.commandValue = dfplayer::STOP_ADVERT;
208 sendStack.feedbackValue = dfplayer::NO_FEEDBACK;
209 sendStack.paramMSB = 0;
210 sendStack.paramLSB = 0;
211
212 findChecksum(sendStack);
213 sendData();
214}
215
216
217

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected