Hello All,

I have a code for a timer. I need to add the auto power off back light of the LED. I am new in PIC. This is a part of code that i have used. So where can I add the addtional line for backlighting?


#define START_STOP (input(PIN_A2))
#define SET (input(PIN_A3))
#define CLEAR (input(PIN_A4))
#define LED1 PIN_A0 //down-counter indicator
#define LED2 PIN_A1


Regards manojsoorya