//To set the RTC time include the following line of code:
rtc.adjust(DateTime(2014, 01, 21, 03, 00, 00));
// YYYY MM DD hh mm ss
After you have uploaded the code, comment that line of code and upload a second time.
//To set the RTC time include the following line of code:
rtc.adjust(DateTime(2014, 01, 21, 03, 00, 00));
// YYYY MM DD hh mm ss
After you have uploaded the code, comment that line of code and upload a second time.