/ ! @brief Clear out the serial input buffer connected to the MP3 player. */ /
| 951 | */ |
| 952 | /**************************************************************************/ |
| 953 | void DFPlayerMini_Fast::flush() |
| 954 | { |
| 955 | while (_serial->available()) |
| 956 | _serial->read(); |
| 957 | } |
| 958 | |
| 959 | |
| 960 |
nothing calls this directly
no outgoing calls
no test coverage detected