// Copyright (c) Acconeer AB, 2019-2021 // All rights reserved #ifndef EXAMPLE_DETECTOR_PRESENCE_H_ #define EXAMPLE_DETECTOR_PRESENCE_H_ #include /** * @brief Presence detector example * * @return Returns EXIT_SUCCESS if successful, otherwise EXIT_FAILURE */ int acc_example_detector_presence(int argc, char *argv[]); #endif