/ ! @brief Determine the current volume setting. @return Volume level (0-30), -1 if error. */ /
| 717 | */ |
| 718 | /**************************************************************************/ |
| 719 | int16_t DFPlayerMini_Fast::currentVolume() |
| 720 | { |
| 721 | return query(dfplayer::GET_VOL); |
| 722 | } |
| 723 | |
| 724 | |
| 725 |
nothing calls this directly
no outgoing calls
no test coverage detected