We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hi. does anyone know how to write interrupt routine for real time clock?? kindly post it here. thank you.
unsigned long time=0L; void RTC(void) interrupt ? { time++; } Stefan