pub unsafe extern "C" fn acc_sensor_measure(
    sensor: *mut acc_sensor_t
) -> bool
Expand description

@brief Start a radar measurement with previously prepared configuration

Note that the following preconditions apply

  • The sensor must be powered on
  • @ref acc_sensor_calibrate must have been called
  • @ref acc_sensor_prepare must have been called

@param[in] sensor The sensor instance to measure with @return true if successful, false otherwise