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

Method startDAC

src/DFPlayerMini_Fast.cpp:635–644  ·  view source on GitHub ↗

/ ! @brief Turn on DAC. */ /

Source from the content-addressed store, hash-verified

633 */
634 /**************************************************************************/
635void DFPlayerMini_Fast::startDAC()
636{
637 sendStack.commandValue = dfplayer::SET_DAC;
638 sendStack.feedbackValue = dfplayer::NO_FEEDBACK;
639 sendStack.paramMSB = 0;
640 sendStack.paramLSB = 0;
641
642 findChecksum(sendStack);
643 sendData();
644}
645
646
647

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected