Hi, I'm using a PIC16F887 and want to check the state of a pin connected to a switch. So if a switch is pressed twice within a given time period a LED would light up. I have set up timer 0 to overflow ...
Hi, I have written a code in mplab for a PIC16F819 that uses timer 0 &1 overflow. I've now decided to use a PIC16F887 instead (since it has more pins) does this mean I have to change the code or w ...
Hi, I've just started using mplab with the ccs complier to program a pic but am very confused. I want to write a code that would interrupt ten times a second to check if one of the inputs on port B ha ...