avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] (Newbie)2.Delay function not working as required


From: Christopher X. Candreva
Subject: Re: [avr-gcc-list] (Newbie)2.Delay function not working as required
Date: Thu, 8 Dec 2005 10:01:41 -0500 (EST)

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  -- address@hidden -- (914) 967-7816
WestNet Internet Services of Westchester
http://www.westnet.com/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]