rpi-gpio.js icon indicating copy to clipboard operation
rpi-gpio.js copied to clipboard

Add support for pull-up/pull-down resistors

Open philipellisis opened this issue 8 years ago • 2 comments

The raspberry pi has the ability to add resisters into the mix so that external resisters don't have to be added for something like checking if a switch is closed (which would be an issue for the raspberry pi in the case of 3.3v to ground) please add this functionality to the software so we have less to do on the hardware!

philipellisis avatar Sep 13 '17 03:09 philipellisis

In case someone else comes by who needs this: https://github.com/jperkin/node-rpio supports configuring Pull-Up/Pull-Down.

bennigraf avatar Dec 02 '17 17:12 bennigraf

+1

manix avatar Jan 15 '19 11:01 manix