ESP-IDF
temperature_sensor_disable()
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_disable()
temperature_sensor_disable() function
Disable temperature sensor
Syntax
Show:
Summary
Declaration
from
temperature_sensor.h:88
esp_err_t
temperature_sensor_disable
(
temperature_sensor_handle_t
tsens
)
;
Arguments
Argument
Description
tsens
The handle created by `temperature_sensor_install()`.
Return value
- ESP_OK Success - ESP_ERR_INVALID_STATE if temperature sensor is not enabled yet.
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_uninstall()
Uninstall the temperature sensor driver
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