O7/Core/Inc/example_detector_presence.h

19 lines
347 B
C

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