Skip to content

Raspberry Pi 3 B+ GPIO pin import fix#108

Closed
darrkenn wants to merge 1 commit intoadafruit:mainfrom
darrkenn:main
Closed

Raspberry Pi 3 B+ GPIO pin import fix#108
darrkenn wants to merge 1 commit intoadafruit:mainfrom
darrkenn:main

Conversation

@darrkenn
Copy link
Copy Markdown

On raspberry Pi 3b+ it would fail to import Pin from microcontroller and would try and use Jetson.GPIO library.

Now on failure to import Pin from microcontroller it has a try statement which imports Pin from Adafruit-Blinka, if not successful it passes.

Copy link
Copy Markdown

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is probably related to adafruit/Adafruit_Blinka#978, and will be fixed there, rather than in each individual library. We don't want to make this kind of fix for each and every library.

@darrkenn darrkenn closed this Jun 23, 2025
@dhalbert
Copy link
Copy Markdown

@darrkenn Try adafruit-blinka 8.61.0, which was just released and is available via pip install now.

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