JChristensen / DS3232RTC

Arduino Library for Maxim Integrated DS3232 and DS3231 Real-Time Clocks
GNU General Public License v3.0
392 stars 135 forks source link

TimeLib.h in Windows + Arduino 1.8.6 #59

Closed cherkasovn closed 5 years ago

cherkasovn commented 5 years ago

Hi, I installed the library and my Arduino compiler says: In file included from C:\Users\NC\AppData\Local\Temp\arduino_modified_sketch_863450\TimeRTC.ino:9:0:

{valid path}\libraries\DS3232RTC\src/DS3232RTC.h:25:70: fatal error: TimeLib.h: No such file or directory

compilation terminated.

I suppose I will find a way to solve it, but I wanted to ensure that you are aware of the strange problem.

Thanks for the library! Nikolay

JChristensen commented 5 years ago

Is the prerequisite library installed? https://github.com/PaulStoffregen/Time

JChristensen commented 5 years ago

Nothing heard; closing issue.