From: Jack on 11 Nov 2009 05:23 On 11 Nov, 11:22, Jack <jack4...(a)gmail.com> wrote: > On 9 Nov, 23:04, Nobody <nob...(a)nowhere.com> wrote: > > > On Sat, 07 Nov 2009 04:26:00 -0600, alex99 wrote: > > > Tank you. The C solution I have in mind is what I found on another thread > > > here: > > > > if (RTC_tick>= XX ){ > > > seconds++; > > > RTC_tick = 0; > > > Try: > > RTC_tick -= XX; > > Why? ah, ok. Understood. a little bit slow today :P Bye Jack
First
|
Prev
|
Pages: 1 2 Prev: fx2lp out endpoint not arming (AUTOOUT mode) Next: Disabling interrupts to protect data |