/ ! @brief Pull the MP3 player out of sleep mode. */ /
| 684 | */ |
| 685 | /**************************************************************************/ |
| 686 | void DFPlayerMini_Fast::wakeUp() |
| 687 | { |
| 688 | playbackSource(dfplayer::TF); |
| 689 | } |
| 690 | |
| 691 | |
| 692 |
nothing calls this directly
no outgoing calls
no test coverage detected