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

Method numFolders

src/DFPlayerMini_Fast.cpp:875–878  ·  view source on GitHub ↗

/ ! @brief Determine the number of folders available. @return Number of folders available, -1 if error. */ /

Source from the content-addressed store, hash-verified

873 */
874 /**************************************************************************/
875int16_t DFPlayerMini_Fast::numFolders()
876{
877 return query(dfplayer::GET_FOLDERS);
878}
879
880
881

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected