[beagleboard] Adafruit BBIO USR LED fix (was: BeagleBone Green Grove i2c issues)

I was reading this old thread and just wanted to note that the built-in LEDs did not work with the Adafruit BBIO library until my fix was merged last month:
https://github.com/adafruit/adafruit-beaglebone-io-python/pull/88

The excellent PyBBIO always handled this correctly.

Wow! Thanks for wrangling the AdaFruit library, Drew. I should’a thought the /sys/ path was the culprit…

I’d thrown in the towel on this one many moons ago and stuck with PyBBIO which, as you note, always handled USR LEDs well. Glad to hear your fix did the trick.

Charles (chnyc)