O7/Core/Inc/example_detector_presence.h

19 lines
347 B
C
Raw Normal View History

2024-04-08 14:23:48 +08:00
// 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