Reply To: PULLDOWN AND PULLUP resistors

Home Forums Microcontrollers PIC Microcontroller PULLDOWN AND PULLUP resistors Reply To: PULLDOWN AND PULLUP resistors

#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.)..

>