Wow, you're kind of an ass aren't you. On Saturday, November 16, 2013 8:50:46 AM UTC-7, William Hermans wrote: > > This question has no place on this group. Period. > > > On Sat, Nov 16, 2013 at 8:41 AM, Charles Hamilton <[email protected] > <javascript:>> wrote: > >> Matt's question seems like a perfectly legit and useful question to ask >> on this and the AdaFruit forum. After all, there are more experts on >> BBB...on the BBB Google Group; fewer BBB experts...on a non-BBB forum like >> AdaFruit. >> >> Wish I had an answer, Matt. It's exactly a use case (Ubuntu + BBB + GPIO >> tests) that I'll be exploring myself shortly. I'll let you know if I >> figure out something soon. >> >> Charles >> >> >> On Friday, November 15, 2013 10:14:55 PM UTC-5, William Hermans wrote: >>> >>> Silly question. Why would you ask this question on the beagelboard >>> google groups instead of the adafruit support forums ? >>> >>> >>> On Fri, Nov 15, 2013 at 7:01 PM, Sika <[email protected]> wrote: >>> >>>> Hi All >>>> >>>> I'm running a BBB with ubuntu. >>>> >>>> I've got pin 14 on header 8 running as a GPIo output >>>> sudo -s >>>> echo 26 > /sys/class/gpio/export >>>> echo high > /sys/class/gpio/gpio26/direction >>>> >>>> This works great. >>>> >>>> However, when I try to do the equivalent with the Adafruit lib, it >>>> fails: >>>> import Adafruit_BBIO.GPIO as GPIO >>>> GPIO.setup("GPIO0_26", GPIO.OUT) >>>> GPIO.output("GPIO0_26", GPIO.HIGH) >>>> GPIO.output("GPIO0_26", GPIO.LOW) >>>> >>>> it does nothing -- it does not even give an error. >>>> The adafruit lib is working well for ADC. >>>> >>>> Any ideas? >>>> Is there soemthing missing from these instructions: >>>> http://learn.adafruit.com/setting-up-io-python-library- >>>> on-beaglebone-black/using-the-bbio-library >>>> >>>> Thanks for your help. >>>> >>>> Matt >>>> >>>> >>>> >>>> >>>> >>>> >>>> -- >>>> 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 [email protected]. >>>> For more options, visit https://groups.google.com/groups/opt_out. >>>> >>> >>> -- >> 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 [email protected] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> > >
-- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
