I am working on a module to read quadratic 4x rotary encoder. I have a problem with the interrupt initialization. I am using two pins that trigger interrupts on both the rising and falling edges. I r ...
I am using 3 I/O inputs (A0,1,2) as IOCs on 16F1783. I am new at CCS C, but some experience at assembler. According to the data sheet, the IOC interrupt flag bit should be reset with an AND instructio ...