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

Method stopDAC

src/DFPlayerMini_Fast.cpp:654–663  ·  view source on GitHub ↗

/ ! @brief Turn off DAC. */ /

Source from the content-addressed store, hash-verified

652 */
653 /**************************************************************************/
654void DFPlayerMini_Fast::stopDAC()
655{
656 sendStack.commandValue = dfplayer::SET_DAC;
657 sendStack.feedbackValue = dfplayer::NO_FEEDBACK;
658 sendStack.paramMSB = 0;
659 sendStack.paramLSB = 0;
660
661 findChecksum(sendStack);
662 sendData();
663}
664
665
666

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected