This repository has been archived on 2024-04-13. You can view files and clone it, but cannot push or open issues or pull requests.
STS-O7/Core/Inc/ref_app_smart_presence.h

19 lines
349 B
C

// Copyright (c) Acconeer AB, 2019-2021
// All rights reserved
#ifndef REF_APP_SMART_PRESENCE_H_
#define REF_APP_SMART_PRESENCE_H_
#include <stdbool.h>
/**
* @brief Smart presence reference application
*
* @return Returns EXIT_SUCCESS if successful, otherwise EXIT_FAILURE
*/
int acc_ref_app_smart_presence(int argc, char *argv[]);
#endif