// Copyright (c) Acconeer AB, 2020-2021
// All rights reserved


#ifndef EXAMPLE_DETECTOR_DISTANCE_H_
#define EXAMPLE_DETECTOR_DISTANCE_H_

#include <stdbool.h>

/**
 * @brief Detector distance example
 *
 * @return Returns EXIT_SUCCESS if successful, otherwise EXIT_FAILURE
 */
int acc_example_detector_distance(int argc, char *argv[]);


#endif