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

Method currentEQ

src/DFPlayerMini_Fast.cpp:733–736  ·  view source on GitHub ↗

/ ! @brief Determine the current EQ setting. @return EQ setting, -1 if error. */ /

Source from the content-addressed store, hash-verified

731 */
732 /**************************************************************************/
733int16_t DFPlayerMini_Fast::currentEQ()
734{
735 return query(dfplayer::GET_EQ);
736}
737
738
739

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected