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

Method currentMode

src/DFPlayerMini_Fast.cpp:747–750  ·  view source on GitHub ↗

/ ! @brief Determine the current mode. @return Mode, -1 if error. */ /

Source from the content-addressed store, hash-verified

745 */
746 /**************************************************************************/
747int16_t DFPlayerMini_Fast::currentMode()
748{
749 return query(dfplayer::GET_MODE);
750}
751
752
753

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected