gobot
gobot copied to clipboard
raspberry pi built-in pull up/down resistor support?
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?
Is there any workaround for this?
I have the same issue :(
@deadprogram - do you have any sense of what would be needed to add this? (From what I can tell it isn't currently supported?)
part of release v2.0.0