Time and TimeAlarms Libraries – Ask here for help or suggestions

Hello everybody!

In my project I needed to set the ds1307rtc from individual input something that the ds1307 included with time lack.

So I want to shear the updated file that include now the function:

void set(int hour, int min, int sec, int day, int month, int year);

year input can be either in 4 or 2 digit format.

You can download it from my project's sourceforge page:

http://sourceforge.net/projects/computerizedtel/files/DS1307RTCNEW.rar/download

Enjoy