ref_app_breathing.h
Go to the documentation of this file.
1 // Copyright (c) Acconeer AB, 2023
2 // All rights reserved
3 // This file is subject to the terms and conditions defined in the file
4 // 'LICENSES/license_acconeer.txt', (BSD 3-Clause License) which is part
5 // of this source code package.
6 
7 #ifndef REF_APP_BREATHING_H_
8 #define REF_APP_BREATHING_H_
9 
10 /**
11  * @brief Breathing example application
12  *
13  * @return Returns EXIT_SUCCESS if successful, otherwise EXIT_FAILURE
14  */
15 int acconeer_main(int argc, char *argv[]);
16 
17 
18 #endif
acconeer_main
int acconeer_main(int argc, char *argv[])
Breathing example application.
Definition: acc_exploration_server_stm32.c:245