Hi Albert,

2009/3/24 [email protected] <[email protected]>:
>
> Hi,
> For the RC5 stuff I was attempting to use the timer0_isr_interval
> jallib library, but I ran in the following issue (using a 18f device):
I have FSM based rc5 code, but can't recall if it was fully funcional
(the avr-c version I have is working). If you want I can post it.
The advantage is that it is full isr-based and provides the result
into a register to the main app. The only downside is that is dictates
the isr frequency to 296us interval, 3.37 kHz.

> Furthermore I noticed that the DELAY_SLOTS constant is not pre-pended
> with timer0_isr, I think we should change that because I can imagine
> to create a similar device file for other timers (e.g. timer1)
Do you think it is likely there would be will be delay slots at
different timers at the same time?
If so, we should concider to prepend the vars & functions.
If this unlikely, it is better to remain the current interface. So if
you want to use timer1, you have an other include and init functions,
but the rest of your program does not need to be changed.

Joep

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jallib?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to