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

Method currentVolume

src/DFPlayerMini_Fast.cpp:719–722  ·  view source on GitHub ↗

/ ! @brief Determine the current volume setting. @return Volume level (0-30), -1 if error. */ /

Source from the content-addressed store, hash-verified

717 */
718 /**************************************************************************/
719int16_t DFPlayerMini_Fast::currentVolume()
720{
721 return query(dfplayer::GET_VOL);
722}
723
724
725

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected