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

Method currentSdTrack

src/DFPlayerMini_Fast.cpp:831–834  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

829 */
830 /**************************************************************************/
831int16_t DFPlayerMini_Fast::currentSdTrack()
832{
833 return query(dfplayer::GET_U_TRACK);
834}
835
836
837

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected