/ ! @brief Turn off DAC. */ /
| 652 | */ |
| 653 | /**************************************************************************/ |
| 654 | void 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 |
nothing calls this directly
no outgoing calls
no test coverage detected