CHIP_IO
CHIP_IO copied to clipboard
A CHIP IO library for Python: IO+PWM+SPWM+ADC+Utilities
Hi there, I know the CHIP is now a long neglected device, but I'm hoping to get some use from mine to control a servo for a hobby project I'm...
I'm running fairly simple code and I am getting seg. fault with sending values out. ` GPIO.setup("XIO-P1", GPIO.OUT) ** gpio_set_direction: out ** ** open_value_file ** ** gpio_allowed: found match **...
I've been running this program a fair bit over the last 24h. Python command: ``` GPIO.setup("CSID1", GPIO.OUT, initial=1) GPIO.output("CSID1", True) ``` And I intermittently get the following error: ``` RuntimeError:...
The current servo code is prone to large jumps when sitting idle. Essentially wrap the SoftPWM library with abstractions to control by just and angle. This would make it suck...
Thank you for this wonderful library; awesome contribution. I'd like to control the GPIO pins of the CHIP from PureData (http://puredata.info/). Any advice on this integration? #