/ ! @brief Determine the number of folders available. @return Number of folders available, -1 if error. */ /
| 873 | */ |
| 874 | /**************************************************************************/ |
| 875 | int16_t DFPlayerMini_Fast::numFolders() |
| 876 | { |
| 877 | return query(dfplayer::GET_FOLDERS); |
| 878 | } |
| 879 | |
| 880 | |
| 881 |
nothing calls this directly
no outgoing calls
no test coverage detected