pub unsafe extern "C" fn acc_sensor_create(
    sensor_id: acc_sensor_id_t
) -> *mut acc_sensor_t
Expand description

@brief Create a sensor instance

A sensor instance represents a physical radar sensor and handles the communication with it.

Before this function is called the sensor must be powered on and not used in another sensor instance without a power or reset cycle between.

@param[in] sensor_id The sensor id to be used to communicate with

@return Sensor instance, NULL if sensor instance was not possible to create