MCPcopy Create free account
hub / github.com/PowerBroker2/DFPlayerMini_Fast / numSdTracks

Method numSdTracks

src/DFPlayerMini_Fast.cpp:789–792  ·  view source on GitHub ↗

/ ! @brief Determine the number of tracks accessible via SD card. @return Number of tracks accessible via SD card, -1 if error. */ /

Source from the content-addressed store, hash-verified

787 */
788 /**************************************************************************/
789int16_t DFPlayerMini_Fast::numSdTracks()
790{
791 return query(dfplayer::GET_U_FILES);
792}
793
794
795

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected