/ ! @brief Determine the current track played via SD card. @return Current track played via SD card, -1 if error. */ /
| 829 | */ |
| 830 | /**************************************************************************/ |
| 831 | int16_t DFPlayerMini_Fast::currentSdTrack() |
| 832 | { |
| 833 | return query(dfplayer::GET_U_TRACK); |
| 834 | } |
| 835 | |
| 836 | |
| 837 |
nothing calls this directly
no outgoing calls
no test coverage detected