Function esp_idf_svc::sys::i2c_master_bus_rm_device
source ยท pub unsafe extern "C" fn i2c_master_bus_rm_device(
handle: *mut i2c_master_dev_t,
) -> i32
Expand description
@brief I2C master bus delete device
@param handle i2c device handle @return - ESP_OK: If device is successfully deleted.