Skip to content

Issue #241: make Serial1 release GPIO pins on end() #242

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

Merged
merged 1 commit into from
Jul 20, 2016

Conversation

eriknyquist
Copy link
Contributor

UARTClass::init() muxes out the UART pins to Arduino header pins 0/1.
Reset the mux on UARTClass::end() so that pins 0/1 can be used as GPIOs
again.

UARTClass::init() muxes out the UART pins to Arduino header pins 0/1.
Reset the mux on UARTClass::end() so that pins 0/1 can be used as GPIOs
again.
@eriknyquist
Copy link
Contributor Author

@bigdinotech @calvinatintel @SidLeung ready for review. This fixes issue #241.

@bigdinotech
Copy link
Contributor

@calvinatintel @eriknyquist +1 looks good to me

@eriknyquist
Copy link
Contributor Author

@calvinatintel don't merge yet, I want some independent testing first

@kitsunami kitsunami added this to the Castor milestone Jul 18, 2016
@kitsunami kitsunami added the bug label Jul 18, 2016
@celskeggs
Copy link

@eriknyquist In case it helps, I've tested this and confirmed that it fixes the problem that I reported in #241.

@eriknyquist
Copy link
Contributor Author

Thanks @celskeggs.
@calvinatintel Janet has verified. This can be merged now.

@ndgbuilder ndgbuilder merged commit c59e280 into arduino:master Jul 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants