Rohit de Sa
Joined: 09 Nov 2007 Posts: 282 Location: India
|
|
Posted: Sun Dec 27, 2009 11:47 pm |
|
|
BBN wrote: | time it takes to record on the timer | What exactly do you mean by this? The timer is a variable in RAM. RAM is not like EEPROM; writes to RAM are almost instantaneous, requiring only a few nanoseconds.
There is one thing however - once you write to timer0, it will not increment for two clock cycles. So you'd need to put an 'adjusted' value into timer0 when you use 'set_timer0();'.
Rohit |
|