Quote:
Originally Posted by Tom Bottiglieri
Apparently I cannot access kevin.org as it is a "personal" site.
Can anyone tell me what this code is doing in terms of processor tax (interrupts, timers, heavy code)? It seems like something that I would like to integrate to take out the IR middle man, but we are already pushing the RC pretty far. (I chose readability and re-usability over a clean stack.. oh well)
|
The tax is pretty light. The ISR uses a timer to calculate the pulse width then uses a simple algorithm to build the 12-bit command word. Send me an e-mail and I'll reply with the code.
-Kevin