I'm trying something with Arduin Uno R3 and TimeAlarm library but I get this error while compiling the project.I'm using Ubuntu 14.04.
TimeAlarmExample.ino:14:18: fatal error: Time.h: No such file or directory compilation terminated.
I'm trying something with Arduin Uno R3 and TimeAlarm library but I get this error while compiling the project.I'm using Ubuntu 14.04.
TimeAlarmExample.ino:14:18: fatal error: Time.h: No such file or directory compilation terminated.
Is there something about that message that you don't understand? You need to download and properly install the Time library. Clearly, you have not done so.
I copied the time.zip unzipped in the library folder and the same error code again.
Did you unpack the zip file, then import it into the IDE using "Sketch - Include Library"?
Yes
Look in your home directory for a folder called "/Arduino/libraries". In that folder is your imported libraries. Do you see your Time library there?
I can't find that folder.
You should. I have it on Ubuntu 15.04.
In the Arduino IDE, look in "Sketch - Include Library". At the bottom there should be a list of the "Contributed Libraries" the IDE sees as "imported". Do you see your Time library listed there?
Yes.
Do you see both Time and TimeAlarms there? It requires the Time library to work.
I see only Time library.
Where did you get that Time library? It should have been from here.
That is the correct place if you went to Github.
Do your imported libraries show up in "./sketchbook/libraries" folder?
Yes
Does Time.h show up in the "./sketchbook/libraries/Time" folder?
So, what is IN the libraries folder? In the libraries/Time folder?
Yes.
And what about the question PaulS asked? I know he does not like it if you ignore his stuff.