Philip Howard

Results 187 issues of Philip Howard

I don't know if I'm missing something, but the way `bytearray` is used in the code is, as far as I can tell, not how bytearray actually works. In C...

This set of changes brings gpio up to the latest standard (or at least the boilerplate I work with) of Python packaging, and includes conveniences like code spellcheck, import sorting...

First off, it's abundantly clear to me that - despite its deprecation - Linux sysfs GPIO (the way this library currently works) is going to stick around for quite some...

* Warn when libraries don't have an install.sh endpoint and point user to GitHub repo * Allow everything to be installed with `--all` * `python3` only (though you could potentially...

Some libraries have install.sh endpoints that try to install examples. They use a confirmation and require a keypress to continue, which stalls the auto installer. We need a `--force` argument...

Is there a reason (other than the timeout change) why we're using https://github.com/pimoroni/enviro/blob/main/enviro/mqttsimple.py in lieu of the built-in mqtt library? It might be possible to upstream this timeout change (it...

Since the filesystem .uf2 and full firmware .uf2 both completely erase and replace the filesystem on-device, theyi will also blow away the user config file. We can fix this -...

enhancement

* install.sh: drop symlink warning for /boot/config.txt. * install.sh: drop quotes around apt packages.

# TODO * [ ] - Can we make Python-based soft PWM work for pumps and piezos, or do we need to do something else? * [ ] - Update...