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.
pub unsafe extern "C" fn i2c_master_bus_rm_device(
handle: *mut i2c_master_dev_t,
) -> i32
@brief I2C master bus delete device
@param handle i2c device handle @return - ESP_OK: If device is successfully deleted.