/ ! @brief Determine the number of tracks accessible via flash. @return Number of tracks accessible via flash, -1 if error. */ /
| 801 | */ |
| 802 | /**************************************************************************/ |
| 803 | int16_t DFPlayerMini_Fast::numFlashTracks() |
| 804 | { |
| 805 | return query(dfplayer::GET_FLASH_FILES); |
| 806 | } |
| 807 | |
| 808 | |
| 809 |
nothing calls this directly
no outgoing calls
no test coverage detected