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

Allow ESP boards to customize how a pin is reset #6057

Merged
merged 1 commit into from
Feb 18, 2022

Conversation

tannewt
Copy link
Member

@tannewt tannewt commented Feb 18, 2022

This allows board code to override the default pull up reset state.

It is useful for pins that are already externally connected, pulled
or otherwise used by the board.

Fixes #5931

This allows board code to override the default pull up reset state.

It is useful for pins that are already externally connected, pulled
or otherwise used by the board.

Fixes micropython#5931
@tannewt tannewt added the espressif applies to multiple Espressif chips label Feb 18, 2022
@tannewt tannewt added this to the 7.2.0 milestone Feb 18, 2022
Copy link
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.

I like the mechanic!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
espressif applies to multiple Espressif chips
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Espressif: GPIOs default state is HIGH
2 participants