File placed in TF/micro SD card in the Grove MP3 player v3.0

Hi,
If filename.h is one of the files of an arduino project, is there any way I can store this filename.h in the TF/microSD card inside the mp3 player module and be able to reference it from the main arduino file?

The contents of filename.h is not related to the MP3 player but related to another module. The reason for this question is because filename.h is a large file. When compiled, it is too large to load into the arduino module.

Any suggestion would be great. I am considering using a separate microSD card module, but it would be great if I can store it in the same card in the MP3 player. Thanks!

In the wiki example, the default is to store mp3 files on an SD card

We tested it, and it worked. @l2i