Datasheet

We originally wrote the library for use with the Breakout board. Since the pinout's a little different we
just need to make a minor change. Find this line:
and change it to:
To use the shield pinouts. Now upload the example. You should see the following:
Adafruit_VS1053_FilePlayer musicPlayer =
// create breakout-example object!
Adafruit_VS1053_FilePlayer(BREAKOUT_RESET, BREAKOUT_CS, BREAKOUT_DCS, DREQ, CARDCS);
// create shield-example object!
//Adafruit_VS1053_FilePlayer(SHIELD_RESET, SHIELD_CS, SHIELD_DCS, DREQ, CARDCS);
Adafruit_VS1053_FilePlayer musicPlayer =
// create breakout-example object!
//Adafruit_VS1053_FilePlayer(BREAKOUT_RESET, BREAKOUT_CS, BREAKOUT_DCS, DREQ, CARDCS);
// create shield-example object!
Adafruit_VS1053_FilePlayer(SHIELD_RESET, SHIELD_CS, SHIELD_DCS, DREQ, CARDCS);
© Adafruit Industries
https://learn.adafruit.com/adafruit-music-maker-shield-vs1053-mp3-
wav-wave-ogg-vorbis-player
Page 22 of 33