Hi to all...

I'm building a 7 Segment desk clock as a hobby project, and I ran across two methods to get the 1 second increments...

- timer0_isr_interval
        Setting a 1Khz rate and a slot with tick to make one second

- rtc_isr_tmr0
        A "more accurate solution" over time...

There is any pros and cons about one method or the other?

I read that rtc_isr_tmr0 is more accurate over time with jitter on the seconds count... but,

This is realy true? any reason to use timer0_isr_interval over this?

cheers

Pavel.

--
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/jallib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to