/ ! @brief Determine the number of tracks accessible via SD card. @return Number of tracks accessible via SD card, -1 if error. */ /
| 787 | */ |
| 788 | /**************************************************************************/ |
| 789 | int16_t DFPlayerMini_Fast::numSdTracks() |
| 790 | { |
| 791 | return query(dfplayer::GET_U_FILES); |
| 792 | } |
| 793 | |
| 794 | |
| 795 |
nothing calls this directly
no outgoing calls
no test coverage detected