gpio icon indicating copy to clipboard operation
gpio copied to clipboard

Pull down resistor option

Open jonathanwiesel opened this issue 11 years ago • 3 comments

Just to be sure, is:

gpioPin.reset()

Equivalent to a pull down resistor?

jonathanwiesel avatar Feb 10 '14 15:02 jonathanwiesel

I know this is really old but to answer the question for future users. I am pretty sure that .reset() just sets the pin back to LOW, it isnt a pull down.

tvl83 avatar Jul 17 '17 19:07 tvl83

I guess this is specific to hardware, for instance on RPi, you'll have to use http://wiringpi.com 's gpio command:

gpio -g mode 11 down

But there are other alternate gpio lib for specific hw, does gpio.js intend to support more hardware and feature ? If so IRQ support would be welcome too, if not maybe listing limitations on README will be helpful to developers.

rzr avatar Jul 04 '18 09:07 rzr

This could be added as a "plugin" feature, as we don't want to break generic support

Relate to: https://github.com/EnotionZ/GpiO/issues/30

rzr avatar Aug 10 '18 10:08 rzr