So I am brand new to Arduino and programming in general. I am completing a capstone project that requires me to do this... I have getting an error when I try to compile my code. It reads:
C:\Users\Ashley Nelson\Documents\Arduino\EpiBand_Electronic_System_Code\EpiBand_Electronic_System_Code.ino:27:20: fatal error: TMRpcm.h: No such file or directory
I have no idea what a TMRpcm.h is... Is this my problem? How do I fix it?
It means you didn't install that file. It's in the code for your capstone project, you should really understand what every line of your code for such an important project does.
It's difficult to provide any more help unless you give us more information:
It's obvious that you are using some code someone else wrote that you found somewhere. Post a link to where you found that code. Use the chain links icon on the toolbar to make the URL clickable when you post a link.
You didn't post the full error output so we're missing important information. When you encounter an error you'll see a button on the right side of the orange bar "Copy error messages". Click that button. Paste the error in a message here USING CODE TAGS (</> button on the toolbar).