Function esp_idf_sys::temperature_sensor_uninstall
source ยท pub unsafe extern "C" fn temperature_sensor_uninstall(
tsens: temperature_sensor_handle_t,
) -> esp_err_t
Expand description
@brief Uninstall the temperature sensor driver
@param tsens The handle created by temperature_sensor_install()
.
@return
- ESP_OK if succeed.