pub unsafe extern "C" fn acc_config_step_length_set(
    config: *mut acc_config_t,
    step_length: u16
)
Expand description

@brief Set the step length in a sweep

This sets the number of steps to have between each data point.

Sampling produces complex (IQ) data points with configurable distance spacing, starting from ~2.5mm.

@param[in] config The configuration @param[in] step_length The step length