PULLDOWN AND PULLUP resistors – electroSome https://electrosome.com/topic/pulldown-and-pullup-resistors/feed/ Sat, 18 Mar 2023 04:57:21 +0000 https://bbpress.org/?v=2.6.9 en-US https://electrosome.com/topic/pulldown-and-pullup-resistors/#post-7551 <![CDATA[PULLDOWN AND PULLUP resistors]]> https://electrosome.com/topic/pulldown-and-pullup-resistors/#post-7551 Tue, 29 Oct 2013 12:16:20 +0000 venkatvy can any one, please drop the code of pullup and pulldown checking for pic32mx

]]>
https://electrosome.com/topic/pulldown-and-pullup-resistors/#post-7557 <![CDATA[Reply To: PULLDOWN AND PULLUP resistors]]> https://electrosome.com/topic/pulldown-and-pullup-resistors/#post-7557 Tue, 29 Oct 2013 13:00:12 +0000 Ligo George 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.)..

]]>
https://electrosome.com/topic/pulldown-and-pullup-resistors/#post-7559 <![CDATA[Reply To: PULLDOWN AND PULLUP resistors]]> https://electrosome.com/topic/pulldown-and-pullup-resistors/#post-7559 Wed, 30 Oct 2013 04:18:41 +0000 venkatvy thank you for the reply,
Actually there is highstate(pullup) logic and lowstate(pulldown) logic
what i am trying to do is
i want to make the highstatelogic work as same as lowstatelogic means
highstatelogic = highstatelogic
lowstatelogic = highstatelogic
the push button should work completely in highstate (or) lowstate
that is what i needed.

thanks in advance

]]>
https://electrosome.com/topic/pulldown-and-pullup-resistors/#post-7560 <![CDATA[Reply To: PULLDOWN AND PULLUP resistors]]> https://electrosome.com/topic/pulldown-and-pullup-resistors/#post-7560 Wed, 30 Oct 2013 07:54:59 +0000 Ligo George Sorry, I don’t get what you are saying…
Try this link, it might help you..
Using Push Button Switch with PIC Microcontroller – MikroC
Using Push Button Switch with PIC Microcontroller – Hi Tech C

]]>