Skip to content

Fix incorrectly named pin#10971

Merged
dhalbert merged 1 commit intoadafruit:mainfrom
kylefmohr:main
Apr 26, 2026
Merged

Fix incorrectly named pin#10971
dhalbert merged 1 commit intoadafruit:mainfrom
kylefmohr:main

Conversation

@kylefmohr
Copy link
Copy Markdown

Hello! This only changes the naming of a single pin on the Waveshare ESP32-S3-Matrix: When I tried did something simple like:

import board
help(board.IO1)

I would get an error like:

AttributeError: 'module' object has no attribute 'IO1'

I eventually figured out that this pin is misnamed I01 (that is, I zero one), rather than IO1 (like input/output 1).

This PR corrects that mistake. This is the only pin on this board that appears incorrectly named like this.

Copy link
Copy Markdown
Collaborator

@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.

Ha! Thanks for fixing this!

@dhalbert dhalbert merged commit ca4636c into adafruit:main Apr 26, 2026
17 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