/ ! @brief Determine the current track played via USB. @return Current track played via USB, -1 if error. */ /
| 815 | */ |
| 816 | /**************************************************************************/ |
| 817 | int16_t DFPlayerMini_Fast::currentUsbTrack() |
| 818 | { |
| 819 | return query(dfplayer::GET_TF_TRACK); |
| 820 | } |
| 821 | |
| 822 | |
| 823 |
nothing calls this directly
no outgoing calls
no test coverage detected