Open heylouiz opened 8 years ago
It seems the guys who developed the library are not supporting it. Can you try the Adafruit BBIO, they can get your attention real quick.
@GingerMuda there's only one of me, and I'm doing my best to support it. The library is open source, so any contributions are welcome, feel free to pick away at the issues if you'd like to help out...
@heylouiz which GPIO pin(s) is this happening with? Do you have the latest PyBBIO version installed? i.e.:
# pip install -U PyBBIO
@alexanderhiam I remember trying to update the software, so I believe it was the last pip version, I didn't tried to use the github version though.. I didn't investigate any further, cause the problem was solved using the workaround I described in the issue. The GPIOs are GPIO2_22 and GPIO2_23.
I'm having a problem initializing a GPIO in Beagle Bone Black.
If I do this in the Python interpreter:
The GPIO does not respond to value variations.
But if i do this:
The GPIO starts to work normally.
This problem didn't occur in a older white Beagle Bone.
Any thoughts?
Thanks!