ESP-IDF
temperature_sensor_uninstall()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
temperature_sensor_uninstall()
temperature_sensor_uninstall() function
Uninstall the temperature sensor driver
Syntax
Show:
Summary
Declaration
from
temperature_sensor.h:68
esp_err_t
temperature_sensor_uninstall
(
temperature_sensor_handle_t
tsens
)
;
Arguments
Argument
Description
tsens
The handle created by `temperature_sensor_install()`.
Return value
- ESP_OK if succeed.
Related Functions
Found 4 other functions taking a
temperature_sensor_obj_t
argument:
Function
Description
temperature_sensor_get_celsius()
Read temperature sensor data that is converted to degrees Celsius.
temperature_sensor_install()
Install temperature sensor driver
temperature_sensor_enable()
Enable the temperature sensor
temperature_sensor_disable()
Disable temperature sensor
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out