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.