What does this mean? I have an Arduino project due tomorrow please help!!!
It means there's something wrong with your code.
Oh wait - you didn't post any code.
Good luck!
It means that the compiler has a problem with your code. There is more to the message than just that. We need to see to WHOLE error message and we need to see YOUR code. Please read the "how to use the forum" stickies to see how to format and post code.
/Users/josephgerend/Documents/Arduino/sketch_may30a/sketch_may30a.ino:3:21: fatal error: pitches.h: No such file or directory
#include "pitches.h"
^
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino Uno.
^here is what the error says.
I would show my code but it's soooooo long but I copied and pasted it from this link:
And now you're cross-posting {sigh}
Obviously I suck at this but I need some help. My Arduino says "Error compiling for board Arduino/Genuino Uno."
Here's the error code:
/Users/josephgerend/Documents/Arduino/sketch_may30a/sketch_may30a.ino:3:21: fatal error: pitches.h: No such file or directory
#include "pitches.h"
^
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino Uno.
The actual code:
On the instructables page you linked to, there are instructions about what to do with the pitches.h file - see the "Code" section.