Closed Good-man closed 5 years ago
The device sends a status message when the track is finished playing.The returned status values are listed in the library documentation.
So there is no way to query for it? I must be missing something. I will read the comments in the header file.
html help file is in your docs folder or online from the readme.md on github. Look for the cdData structure.
I tried your sample. I get the same result whether a track is playing or not. I am really disappointed in this library and your help.
Thanks for the feedback. I hope you find something and/or someone that suits you better.
In my code I want to start a track and continue doing other things in loop() until the track is finished. Similar to the Busy check on DFPlayer. Is there a way to do this with the YX5300 and your library?