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

Method currentUsbTrack

src/DFPlayerMini_Fast.cpp:817–820  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

815 */
816 /**************************************************************************/
817int16_t DFPlayerMini_Fast::currentUsbTrack()
818{
819 return query(dfplayer::GET_TF_TRACK);
820}
821
822
823

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected