Implementation of PinMode RTC_GPIO_MODE_INPUT_OUTPUT_OD #8066
Unanswered
JiriRotter
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Try |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
i possible with current arduino-esp32 use pinmode Input+Output Open Drain? ESP32 is capable of it like it is defined (enumerated) in esp-idf. But in arduino-esp32/cores/esp32/esp32-hal-gpio.h this only pinmode is not defined.
Unfortunately I haven't found out where and how are those enumeration used. I have only found out, that
pinMode(OUTPUT,(OUTPUT_OPEN_DRAIN | INPUT));
is not working for me. CPU is unable to read the state of the pin.
Beta Was this translation helpful? Give feedback.
All reactions