IN the DS1302_Serial_Easy - Example I am getting an error on the first lin in the Main / Loop:’’
tmElements_t tm;
Compiler " ‘tmElements_t’ was not declared in this scope"
C:\Users\xxx\Documents\Arduino\libraries\DS1302RTC/DS1302RTC.h:98:27: error: ‘tmElements_t’
when I look in the header filer I do not find tmElements_t.
I have tried to find the time.h file, but can noever locate the Arduino native libs, is it in there, even though the Compiler is looking in the DS1302RTC.h?
Thanks