Skip to content
Discussion options

You must be logged in to vote

You could try to reconfigure the UART pins after use as machine.Pin objects, which changes it's mode. e.g.

p17=machine.pin(17, Pin.IN)
p16=machine.pin(16, Pin.IN)

etc.

The assignment is not required

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@leubanse
Comment options

@robert-hh
Comment options

Answer selected by leubanse
@leubanse
Comment options

@corlovsky
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants