Function esp_idf_hal::sys::temperature_sensor_uninstall

source ยท
pub unsafe extern "C" fn temperature_sensor_uninstall(
    tsens: *mut temperature_sensor_obj_t,
) -> i32
Expand description

@brief Uninstall the temperature sensor driver

@param tsens The handle created by temperature_sensor_install(). @return - ESP_OK if succeed.