Thanks for your suggestion PCM Programmer. I noticed in your sample code that you used the input( ) in an if statement so I tried moving it into an if but still had the same problem. I started thinkin ...
I am using the PIC16F727 and make use of the IOCB register. I use RB1 and RB2 to generate interrupts. First you have to make sure that you set BIT7 and BIT3 are set high in the INTCON register. Next y ...
After I perform a task I end up at line 3 where I sit and wait for the operator to press an OFF button. When the OFF button is pressed a ground will be applied to my PIC16F727 PortB pin RB3. Here is ...