PaulStoffregen / DS1307RTC

Use a DS1307 Real Time Clock chip with the Time library
http://www.pjrc.com/teensy/td_libs_DS1307RTC.html
143 stars 86 forks source link

TimeLib.h: No such file or directory #7

Closed vindhyachaltakniki closed 7 years ago

vindhyachaltakniki commented 7 years ago

I have download library from: http://www.pjrc.com/teensy/td_libs_DS1307RTC.html I am using arduino 1.6.5 & atmega2560 R3. Upon building I got error: TimeLib.h: No such file or directory

PaulStoffregen commented 7 years ago

You also need the Time library.

vindhyachaltakniki commented 7 years ago

From where to add it?

PaulStoffregen commented 7 years ago

https://www.arduino.cc/en/Guide/Libraries#toc3

This issue tracking is NOT the place to ask for support. It is meant for reporting software bugs.

Post your tech support questions on Arduino's forum, NOT here.