How assign a given pin to another pin?

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
oqs123
Posts: 3
Joined: Mon Aug 03, 2020 4:33 pm

How assign a given pin to another pin?

Post by oqs123 » Tue Aug 04, 2020 5:53 am

How do I define gpio20 to be gpio22?

User avatar
jimmo
Posts: 2754
Joined: Tue Aug 08, 2017 1:57 am
Location: Sydney, Australia
Contact:

Re: How assign a given pin to another pin?

Post by jimmo » Thu Sep 03, 2020 6:15 am

oqs123 wrote:
Tue Aug 04, 2020 5:53 am
How do I define gpio20 to be gpio22?
Sorry I'm not quite sure what you're asking. Can you provide some Python code that shows what you're expecting to be able to do? Thanks

Post Reply