Home › Forums › Microcontrollers › PIC Microcontroller › PULLDOWN AND PULLUP resistors › Reply To: PULLDOWN AND PULLUP resistors
October 29, 2013 at 6:30 pm
#7557
Ligo George
Keymaster
What do you mean?? Connecting Switches using Pull Down and Pull Up resistors??
For that you need to configure the required pins as input… by writing to corresponding TRIS registers (eg: TRISA, TRISB etc)… then you can read the status of each pins by reading corresponding PORT registers (eg: PORTA, PORTB, etc.)..