esp_rom_gpio_pad_unhold() function
Unhold the IO Pad.
Syntax
void esp_rom_gpio_pad_unhold(uint32_t gpio_num); Notes
When the Pad is set to hold, the state is latched at that moment and won't get changed.
![]()
void esp_rom_gpio_pad_unhold(uint32_t gpio_num);