Question
How to update RTC time and date using Serial input USART?
Hi everyone, Could u help me how to update RTC time n date using serial Usart. Example code will help me to better understand , the date n time stored in this variable
sTime.Hours = 0x00;
sTime.Minutes = 0x00;
sTime.Seconds = 0x00;
sDate.WeekDay = RTC_WEEKDAY_SATURDAY;
sDate.Month = RTC_MONTH_APRIL;
sDate.Date = 0x15;
sDate.Year = 0x23;
