Hello,

I'm trying the "Interrupt on change" library with a 18f14k50 PIC.

I have 2 errors when i compile my program:

[Error] (lib/interrupt_on_change.jal) [Line 1157]  "intcon_rbie" not
defined
[Error] (lib/interrupt_on_change.jal) [Line 1158]  "intcon_rbif" not
defined

i looked in the datasheet and i found the problem! "rbie" and "rbif"
doesn't exist and are replaced with "rabie" and "rabif" because the
interrupt on change pin are on portA and portB.

The IOCA and IOCB are the register to enable or disable Interrupt on
change pin.

How can i help you to modify the library?

Regards,

Enzo

-- 
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