Updated: October 28, 2024 |
Deinitialize an external sensor
#include <sensor/external_sensor_api.h>
typedef int(* deinit_sensor_func_t)(void *handle);
Do any required deinitialization of the external sensor.
SENSOR_EOK when the function successfully completes; otherwise another sensor_error_t value that provides the reason that the call failed.