Initialize the external sensor
#include <sensor/external_sensor_api.h>
int init_sensor(void *handle, sensor_streaming_params_t *streamingParams)
Do any required initialization 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.