/ ! @brief Determine the current mode. @return Mode, -1 if error. */ /
| 745 | */ |
| 746 | /**************************************************************************/ |
| 747 | int16_t DFPlayerMini_Fast::currentMode() |
| 748 | { |
| 749 | return query(dfplayer::GET_MODE); |
| 750 | } |
| 751 | |
| 752 | |
| 753 |
nothing calls this directly
no outgoing calls
no test coverage detected