Updated: October 28, 2024 |
Request a handle to access an external sensor
#include <sensor/external_sensor_api.h>
typedef void*(* open_external_sensor_func_t)(void);
If the sensor is available, a handle for access to the sensor is returned.
A pointer to the returned sensor handle if access is granted.