gobot icon indicating copy to clipboard operation
gobot copied to clipboard

raspberry pi built-in pull up/down resistor support?

Open boundedinfinity opened this issue 7 years ago • 3 comments

Is there a way to configure the raspberry pi internal pull up/down resistors? I'm looking for help (or just a pointer to documentation) do some something similar to the configuration of the GPIO pin's pull up/down resistor in the python RPi.GPIO module.

In python the configuration is achieved by something like this:

GPIO.setup(PIN, GPIO.IN, pull_up_down = GPIO.PUD_DOWN)

Does gobot have something similar?

boundedinfinity avatar Jul 18 '17 16:07 boundedinfinity

Is there any workaround for this?

spatil avatar Nov 02 '17 11:11 spatil

I have the same issue :(

gokuu avatar Dec 21 '19 18:12 gokuu

@deadprogram - do you have any sense of what would be needed to add this? (From what I can tell it isn't currently supported?)

stuartleeks avatar Apr 25 '20 19:04 stuartleeks

part of release v2.0.0

gen2thomas avatar May 15 '23 16:05 gen2thomas