#include <stdint.h>
Go to the source code of this file.
◆ acc_version_get()
const char* acc_version_get |
( |
void |
| ) |
|
Get the version of the Acconeer software.
- Returns
- A string describing the software version.
- Examples
- example_bring_up.c, example_control_helper.c, example_detector_distance.c, example_detector_distance_calibration_caching.c, example_detector_distance_with_iq_data_print.c, example_detector_presence.c, example_detector_presence_multiple_configurations.c, example_diagnostic_test.c, example_processing_amplitude.c, example_processing_coherent_mean.c, example_processing_noncoherent_mean.c, example_processing_peak_interpolation.c, example_processing_static_presence.c, example_processing_subtract_adaptive_bg.c, example_service.c, example_service_calibration_caching.c, example_service_multiple_configurations.c, example_service_sensor_disable.c, example_service_sensor_hibernate.c, example_service_sensor_off.c, and example_service_subsweeps.c.
◆ acc_version_get_hex()
uint32_t acc_version_get_hex |
( |
void |
| ) |
|
Get the version of the Acconeer software as a hex number.
- Returns
- An uint32 number, 0xMMMMmmPP where M is major, m is minor and P is patch