PDA

View Full Version : Auto power off back light with 16F84A



manojsoorya
- 12th April 2014, 12:15
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

Acetronics2
- 12th April 2014, 14:14
do you speak PicBasicPro ??? ...