pub unsafe extern "C" fn temperature_sensor_enable(
tsens: temperature_sensor_handle_t,
) -> esp_err_tExpand description
@brief Enable the temperature sensor
@param tsens The handle created by temperature_sensor_install().
@return
- ESP_OK Success
- ESP_ERR_INVALID_STATE if temperature sensor is enabled already.