Hi,
I am getting the following error message when i run the DS1337RTC on Arduino 1.6.5 ide. This is not the case when i used arduino 1.0. Can you please let me know what is the issue and how to resolve it.
Are there any other RTC libraries that are compatible with Arduino 1.6.5? If so please let me know from where i can download them.
Thank you
In file included from alarmExample.ino:1:0:
C:\Program Files (x86)\Arduino\libraries\DS1337RTC-master/DS1337RTC.h:9:18: fatal error: Time.h: No such file or directory
#include <Time.h>
^
compilation terminated.
Error compiling.