Ahh, I didn't realize that was enabled by default so that's probably the 
issue.  Thanks!


On Monday, November 9, 2015 at 10:46:18 PM UTC-5, john3909 wrote:
>
>
>
> On Nov 9, 2015, at 7:38 PM, Jaron Horst <jaron...@gmail.com <javascript:>> 
> wrote:
>
> I'm converting from Raspberry Pi to BBB and am trying to get the GPIO to 
> work.  One thing I noticed is that Adafruit Pull-up resistor command in 
> their Python GPIO package only seams to work on certain GPIO's.  Ex: I 
> could get it to work on P8_7 to P8_10 but not P8_11 to P8_14.  Where can I 
> find documentation on what GPIO's support pull up/down resistors and which 
> do not? (that is, assuming I didn't just stumble on a bug in the Adafruit 
> GPIO library!)  Thanks!
>
> import Adafruit_BBIO.GPIO as GPIO
> GPIO.setup("PA_7", GPIO.IN, pull_up_down = GPIO.PUD_UP)
>
> My bet is you haven’t disabled the LCD in the device tree.
>
> Regards,
> John
>
>
> -- 
> For more options, visit http://beagleboard.org/discuss
> --- 
> You received this message because you are subscribed to the Google Groups 
> "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to beagleboard...@googlegroups.com <javascript:>.
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to