Q on gpio_set_direction()
Posted: Tue Apr 03, 2018 10:36 pm
looking at the implementation of gpio_set_direction():
https://github.com/espressif/esp-idf/bl ... pio.c#L245
It seems to be possible to configure a GPIO pin as both input and output at the same time. Is this permissible? What are the electrical characteristics of a GPIO pin configured both as input and output? What if you first want to write and then later read from such a pin?
TIA,
AP
https://github.com/espressif/esp-idf/bl ... pio.c#L245
It seems to be possible to configure a GPIO pin as both input and output at the same time. Is this permissible? What are the electrical characteristics of a GPIO pin configured both as input and output? What if you first want to write and then later read from such a pin?
TIA,
AP