Dave Jones
Dave Jones
> > Can you try adding `from signal import pause` and `pause` to the end of your script? > > Great suggestion. Apparently signal.pause is NOT supported in Window. A...
> I have a feeling this won't work because running __init__ with setup.py will inadvertently import stuff that might make it fail, due to missing pin factory and things. Precisely...
> We _could_ add `__version__` to `__init__.py` but we _can't_ import it into `setup.py`, so there's no guarantee it's correct. However, it could be part of the release procedure, or...
I've been leaving IMAGE TBD comments in docs/recipes.rst for "images to be done"; when I've finished a bit more code I'll see if I can whip up some fritzing diagrams...
Here's some more diagrams - do check I've got 'em right! I've include Fritzing diagram source for ease of modification in case I've got anything wrong. For anyone that wants...
> I can then do: > > ``` python > >>> leds.source = buttons.values > ``` Damn, that's nice! Must go and check out this `ButtonBoard` thing ... then I'll...
> Also (perhaps this part should be a separate issue?), if I do: > > ``` python > >>> for i in range(len(leds)): > ... leds[i].source = negated(buttons[i].values) > ......
Hmmm, I would suggest Fedora would be better served by figuring out how to add that chunk of the d-t. The model name is not a terribly reliable mechanism under...
Interesting - I think I've encountered something like this in RPi.GPIO in the past, but I've no idea if it's still an issue (or if I was mistaking it for...
Getting `picamera2` into Ubuntu is on my to-do list for the mantic release (it was on my "if there's time" list for lunar, but I wound up burning too much...