jacobrosenthal/Goertzel

Verify Error

Opened this issue · 4 comments

Hi I'm fairly new to Github and I have downloaded your Zip but not sure if I have done it properly because when I try to verify it it comes up with the error:

detect.ino:32:22: fatal error: Goertzel.h: No such file or directory
compilation terminated.
Error compiling.

What is it that I have to do in order to make it work?

Many Thanks for your help :)

Clearer instructions from one of my other repos

"As usual, download zip, unzip and rename to remove the dash character and place in your Arduino Libraries folder, on MacOSX ~/Documents/Arduino/libraries/"

Then you should see the detect example in your File -> Examples -> Goertzel
If you don't you still dont have it correct, keep trying. Don't copy paste or manually open examples as you'll get the error your seeing.

Arduino will need to be re-opened after you put it in the right place, too.

Awesome Thanks, all good now. Just for future reference where are these instructions? I couldn't seem to find them unless you're referring to the ones in the zip?

Another of my repos where I was more clear. Could definitely do to be added here.