Function esp_idf_sys::gpio_pullup_dis
source ยท pub unsafe extern "C" fn gpio_pullup_dis(
gpio_num: gpio_num_t,
) -> esp_err_t
Expand description
@brief Disable pull-up on GPIO.
@param gpio_num GPIO number
@return - ESP_OK Success - ESP_ERR_INVALID_ARG Parameter error