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

Method currentFlashTrack

src/DFPlayerMini_Fast.cpp:845–848  ·  view source on GitHub ↗

/ ! @brief Determine the current track played via flash. @return Current track played via flash, -1 if error. */ /

Source from the content-addressed store, hash-verified

843 */
844 /**************************************************************************/
845int16_t DFPlayerMini_Fast::currentFlashTrack()
846{
847 return query(dfplayer::GET_FLASH_TRACK);
848}
849
850
851

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected