Hello Franklin, > Question: > [1] Is anyone using the date-and-time.frt code with more updated > code? At least code that tracks leapyear or whether a month is 31 > days or 30 days. Also, how would you handle time date interpretation > on register rollover for the date-and-time.frt?
The community svn repository has some date related code in the ewlib directory. > [2] Lastly, how do you assign a task a time execution to run every 1 > second? I included a 1000 ms delay in my code for the task but I > would like to see if this can be added at the task level > initialization or execution on @tick for Timer0. You can assign your task code to the ISR itself, no doubt. But keep in mind, that the ISR code *has to* finish before the next tick happens. Matthias ------------------------------------------------------------------------------ Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San Francisco, CA to explore cutting-edge tech and listen to tech luminaries present their vision of the future. This family event has something for everyone, including kids. Get more information and register today. http://sdm.link/attshape _______________________________________________ Amforth-devel mailing list for http://amforth.sf.net/ Amforth-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amforth-devel