Quote:
Originally Posted by SL8
Is there some way that we can implement Kevin's code for IR without using your code?
I only modified the default code in MPLab and the created the same effects in easyC.
If need be, I may end up using your code, but I was wondering if we would only have to implement Specific parts?
-Jesus
|
If you want to drop the IR code into an existing MPLAB project, it should be fairly easy to do. Probably the hardest part will be setting up the interrupt service routine in user_routines_fast.c, but you should be able to get plenty of help here.
-Kevin