On Thu, 8 Dec 2005, Sumeet Pal Singh wrote: > We tried to put delay in our program but it is not that reliable, > When we do > for(char i=0x00;i<100;i++) > delayms(100);
I've done almost all my AVR programming using AvrX, a simple real-time OS developed by Larry Barello (Hi Larry!), and free from www.barello.net . It may seem like overkill, but I've found especially when delays are needed, it simplified things. It providers timers that are quite accuarte. ========================================================== Chris Candreva -- [EMAIL PROTECTED] -- (914) 967-7816 WestNet Internet Services of Westchester http://www.westnet.com/ _______________________________________________ AVR-GCC-list mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
