/ ! @brief Put the MP3 player into sleep mode. */ /
| 671 | */ |
| 672 | /**************************************************************************/ |
| 673 | void DFPlayerMini_Fast::sleep() |
| 674 | { |
| 675 | playbackSource(dfplayer::SLEEP); |
| 676 | } |
| 677 | |
| 678 | |
| 679 |
nothing calls this directly
no outgoing calls
no test coverage detected