RTC_MONTH
month = readrtc(RTC_MONTH);
writertc(RTC_MONTH, bin2bcd(m + 1)); /* Write back Month */
rtcin(RTC_YEAR), rtcin(RTC_MONTH), rtcin(RTC_DAY),