my question is i have a slave device connected to my ESP32 and i need to reset this slave device at some time
the reset pin of the slave device is connected to my GPIO pin
please see attached picture
- I want to put a GPIO pin in high impedance mode at boot up time
- After 1 second Then i want to pull this GPIO pin to ground so that value is 0 for atleast 2ms(slave device resets)
- Then i want to put it back in high impedance mode again
INPUT,OUTPUT, INPUT_PULLUP.
Regards