/ ! @brief Determine the current EQ setting. @return EQ setting, -1 if error. */ /
| 731 | */ |
| 732 | /**************************************************************************/ |
| 733 | int16_t DFPlayerMini_Fast::currentEQ() |
| 734 | { |
| 735 | return query(dfplayer::GET_EQ); |
| 736 | } |
| 737 | |
| 738 | |
| 739 |
nothing calls this directly
no outgoing calls
no test coverage detected