Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bookworm/Pi5 Compatibility: Upgrade to latest boilerplate #2

Merged
merged 9 commits into from
Feb 15, 2024

Conversation

Gadgetoid
Copy link
Member

@Gadgetoid Gadgetoid commented Feb 13, 2024

Drop RPi.GPIO since it can no longer be relied upon.

Now sets a default i2c bus, and no longer attempts to auto detect (none of our libraries do).

Testing

If you're a Bookworm / Pi 5 user running into virtual environment or RPi.GPIO issues, you can try this library like so:

git clone https://github.com/pimoroni/sn3218-python -b repackage
cd sn3218-python
./install.sh --unstable

The ./install.sh script will create a pimoroni virtual environment that's shared between our products. (or use your existing venv if you've already activated one.)

For the reasons behind these changes and other information, see:

@Gadgetoid Gadgetoid changed the title Repackage to hatch/pyproject.toml Bookworm/Pi5 Compatibility: Upgrade to latest boilerplate Feb 13, 2024
@Gadgetoid Gadgetoid merged commit 44c1e33 into main Feb 15, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants