pub unsafe extern "C" fn temperature_sensor_disable(
    tsens: temperature_sensor_handle_t
) -> esp_err_t
Expand description

@brief Disable temperature sensor

@param tsens The handle created by temperature_sensor_install(). @return - ESP_OK Success - ESP_ERR_INVALID_STATE if temperature sensor is not enabled yet.