Ben Nuttall

Results 347 comments of Ben Nuttall

Just found this project (not particularly new) doing something similar with RPi.GPIO: https://github.com/projectweekend/Pi-Pin-Manager - but it's more trying to solve the boilerplate problem than create an interchange format. Nevertheless, interesting.

Added JSON equivalent: https://gist.github.com/bennuttall/d34bcf7d01a186a7833d3f6e8a315c3d If you only want Python output without touching the pins, just use mockpin pin factory. I haven't added support for composite devices or source tools yet.

True. It's a balance between not being too verbose in the markup. It should probably be a list of arguments, or even a dict (eugh), really, but I'm just being...

Wow, that's really cool. I'll let @waveform80 know.

As @dglaude said, we don't currently support I2C but we intend to add support in the next release (after the one that's due this month). I'm not sure what the...

Yeah, we don't have any I2C support at the moment. If you want to have a go at taking some base I2C code and making it more gpiozero-like, that would...

Completely different kettle of fish, I'm afraid. Neopixels require very precise timing, and the ws281x lib requires root - but we think we can get there eventually, it's on the...