pub unsafe extern "C" fn gpio_reset_pin(
gpio_num: gpio_num_t,
) -> esp_err_tExpand description
@brief Reset a GPIO to a certain state (select gpio function, enable pullup and disable input and output).
@param gpio_num GPIO number.
@return - ESP_OK Success - ESP_ERR_INVALID_ARG Parameter error