Sparkfun-MP3-Player-Shield-Arduino-Library
Sparkfun-MP3-Player-Shield-Arduino-Library copied to clipboard
Added optional timecode delayed start to ::playTrack just as in ::playMP3
Simple addition - playMP3 allowed optional timecode starting, playTrack did not. Added this in. Tested calling ::playTrack(filename), ::playTrack(filename, 0) and playTrack(filename, 2000). All results were as expected.
This is based on a customer suggestion / request.