Disable uart TX pin but use RX #11372
Unanswered
handmade0octopus
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
Slowly moving from 2.X.X arduino (finally).
Question about uart though. Before I used .end(true) to completely detach pins as I only want to use RX part of the Serial as one of my pins is used for dual purpose at boot.
Seems like with new changes I am not able to do that and begin when passed -1 will always default to some pin.
Is there workaround for this or maybe we can get back .end(true) that will also set the pins to value to not use it at all?
Here is simple code of what I am talking about:
Thanks for all the help!
Beta Was this translation helpful? Give feedback.
All reactions