Function esp_idf_sys::i2c_master_bus_rm_device

source ยท
pub unsafe extern "C" fn i2c_master_bus_rm_device(
    handle: i2c_master_dev_handle_t,
) -> esp_err_t
Expand description

@brief I2C master bus delete device

@param handle i2c device handle @return - ESP_OK: If device is successfully deleted.