Q on gpio_set_direction() - ESP32 Forum
esp32.com › viewtopicApr 03, 2018 · Re: Q on gpio_set_direction () Postby meowsqueak » Wed Apr 04, 2018 4:03 am. Usually on microcontrollers/CPUs there are two separate electrical paths on the pin's hardware driver, the output path and the input path. They are connected to each other at the pin. When set to input-only, the output is put into a high-impedance tri-state, so it ...
Q on gpio_set_direction() - ESP32 Forum
https://esp32.com/viewtopic.php?t=524704.04.2018 · Re: Q on gpio_set_direction () Usually on microcontrollers/CPUs there are two separate electrical paths on the pin's hardware driver, the output path and the input path. They are connected to each other at the pin. When set to input-only, the output is put into a high-impedance tri-state, so it does not drive the pin.