Home Forums Sparkfun MP3 Shield Library Support Forum problem arduino mega2560+sparkfun+ir remote Reply To: problem arduino mega2560+sparkfun+ir remote

#1792
Anonymous
Inactive

everything works and does not crash!

there just a small detail that affects the function playTrack ();

cause if I want to change the first song I Do:

MP3player.stopTrack ();

MP3player.playTrack (1);

otherwise does not change the song. Pause and resume functions I still can not make it go.