adafruit-beaglebone-io-python
adafruit-beaglebone-io-python copied to clipboard
Adafruit's BeagleBone IO Python Library
Howdy good folks. My issue is I want to use simple program for my MotorBridge Cape v1.0 ``` import MotorBridge import time ServoName = 1 Frequency = 50 Angle1 =...
With a BeagleBone Green Wireless and the latest everything (Debian Buster 2020-04-06, Python 3.7, Adafruit-BBIO 1.2.0), I'm finding spurious delays in GPIO and PWM signals that don't seem right ....
Hello, I am looking to read the duty cycle of a PWM signal and use it alongside the rest of this library's functionalities. As far as I can tell, the...
Hi. i am using BBB to get values in SPI mode but am not able to find a proper documentation to make it work. I have connected the pins for...
Update the Adafruit tutorial, especially the i2c setcion: https://learn.adafruit.com/setting-up-io-python-library-on-beaglebone-black/i2c
I've been considering if Adafruit_BBIO should be using [`libiio`](https://wiki.analog.com/resources/tools-software/linux-software/libiio) to interact with the ADC, instead of accessing it via `/sys`. @RobertCNelson commented that this could allow Adafruit_BBIO to access more...
FYI - a solution will need to be decided upon for libraries like Adafruit_BBIO ``` ---------- Forwarded message ---------- From: Robert Nelson Date: Tue, Jun 26, 2018 at 11:03 AM...
_**copied from comment on closed issued https://github.com/adafruit/adafruit-beaglebone-io-python/issues/269#issuecomment-610604001**_ @krupal756 wrote: > > This is my first time on github > > I am using Beaglebone Enhanced and I too ran into...
BeagleBone Blue fails to pass many of the pytest unit tests.
Linux kernel gpio subsystem maintainer Linus Walleij presented GPIO descriptors in this presentation: * Video: [GPIO for Engineers and Makers](https://www.youtube.com/watch?v=lQRCDl0tFiQ) * Slides: [GPIO for Engineers and Makers](http://elinux.org/images/9/9b/GPIO_for_Engineers_and_Makers.pdf) Linus W. details...