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

Method numFlashTracks

src/DFPlayerMini_Fast.cpp:803–806  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

801 */
802 /**************************************************************************/
803int16_t DFPlayerMini_Fast::numFlashTracks()
804{
805 return query(dfplayer::GET_FLASH_FILES);
806}
807
808
809

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected