diff --git a/Core/Inc/example_bring_up.h b/Core/Inc/example_bring_up.h deleted file mode 100644 index 82c07ca..0000000 --- a/Core/Inc/example_bring_up.h +++ /dev/null @@ -1,18 +0,0 @@ -// Copyright (c) Acconeer AB, 2021 -// All rights reserved - - -#ifndef EXAMPLE_BRING_UP_H_ -#define EXAMPLE_BRING_UP_H_ - -#include - -/** - * @brief Bring Up example - * - * @return Returns EXIT_SUCCESS if successful, otherwise EXIT_FAILURE - */ -int acc_example_bring_up(int argc, char *argv[]); - - -#endif diff --git a/Core/Inc/example_detector_distance.h b/Core/Inc/example_detector_distance.h deleted file mode 100644 index a59c994..0000000 --- a/Core/Inc/example_detector_distance.h +++ /dev/null @@ -1,18 +0,0 @@ -// Copyright (c) Acconeer AB, 2020-2021 -// All rights reserved - - -#ifndef EXAMPLE_DETECTOR_DISTANCE_H_ -#define EXAMPLE_DETECTOR_DISTANCE_H_ - -#include - -/** - * @brief Detector distance example - * - * @return Returns EXIT_SUCCESS if successful, otherwise EXIT_FAILURE - */ -int acc_example_detector_distance(int argc, char *argv[]); - - -#endif diff --git a/Core/Inc/example_detector_distance_recorded.h b/Core/Inc/example_detector_distance_recorded.h deleted file mode 100644 index cd24d39..0000000 --- a/Core/Inc/example_detector_distance_recorded.h +++ /dev/null @@ -1,18 +0,0 @@ -// Copyright (c) Acconeer AB, 2020-2021 -// All rights reserved - - -#ifndef EXAMPLE_DETECTOR_DISTANCE_RECORDED_H_ -#define EXAMPLE_DETECTOR_DISTANCE_RECORDED_H_ - -#include - -/** - * @brief Detector distance example using recorded threshold type - * - * @return Returns EXIT_SUCCESS if successful, otherwise EXIT_FAILURE - */ -int acc_example_detector_distance_recorded(int argc, char *argv[]); - - -#endif diff --git a/Core/Inc/example_detector_presence.h b/Core/Inc/example_detector_presence.h deleted file mode 100644 index 9fcd9d4..0000000 --- a/Core/Inc/example_detector_presence.h +++ /dev/null @@ -1,18 +0,0 @@ -// 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 diff --git a/Core/Inc/example_multiple_service_usage.h b/Core/Inc/example_multiple_service_usage.h deleted file mode 100644 index 6ce6648..0000000 --- a/Core/Inc/example_multiple_service_usage.h +++ /dev/null @@ -1,18 +0,0 @@ -// Copyright (c) Acconeer AB, 2020-2021 -// All rights reserved - - -#ifndef EXAMPLE_MULTIPLE_SERVICE_USAGE_H_ -#define EXAMPLE_MULTIPLE_SERVICE_USAGE_H_ - -#include - -/** - * @brief Example for how to use multiple services using the override sensor ID check configuration - * - * @return Returns EXIT_SUCCESS if successful, otherwise EXIT_FAILURE - */ -int acc_example_multiple_service_usage(int argc, char *argv[]); - - -#endif diff --git a/Core/Inc/example_service_sparse.h b/Core/Inc/example_service_sparse.h deleted file mode 100644 index a5c1f7d..0000000 --- a/Core/Inc/example_service_sparse.h +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright (c) Acconeer AB, 2019-2021 -// All rights reserved - -#ifndef EXAMPLE_SERVICE_SPARSE_H_ -#define EXAMPLE_SERVICE_SPARSE_H_ - -#include - -/** - * @brief Service Sparse example - * - * @return Returns EXIT_SUCCESS if successful, otherwise EXIT_FAILURE - */ -int acc_example_service_sparse(int argc, char *argv[]); - - -#endif diff --git a/Core/Inc/ref_app_parking.h b/Core/Inc/ref_app_parking.h deleted file mode 100644 index 9d682e1..0000000 --- a/Core/Inc/ref_app_parking.h +++ /dev/null @@ -1,18 +0,0 @@ -// Copyright (c) Acconeer AB, 2020-2021 -// All rights reserved - - -#ifndef REF_APP_PARKING_H_ -#define REF_APP_PARKING_H_ - -#include - -/** - * @brief Parking reference application - * - * @return Returns EXIT_SUCCESS if successful, otherwise EXIT_FAILURE - */ -int acc_ref_app_parking(int argc, char *argv[]); - - -#endif diff --git a/Core/Inc/ref_app_smart_presence.h b/Core/Inc/ref_app_smart_presence.h deleted file mode 100644 index 3d08bb1..0000000 --- a/Core/Inc/ref_app_smart_presence.h +++ /dev/null @@ -1,18 +0,0 @@ -// Copyright (c) Acconeer AB, 2019-2021 -// All rights reserved - - -#ifndef REF_APP_SMART_PRESENCE_H_ -#define REF_APP_SMART_PRESENCE_H_ - -#include - -/** - * @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 diff --git a/Core/Inc/ref_app_tank_level.h b/Core/Inc/ref_app_tank_level.h deleted file mode 100644 index 0e939df..0000000 --- a/Core/Inc/ref_app_tank_level.h +++ /dev/null @@ -1,18 +0,0 @@ -// Copyright (c) Acconeer AB, 2020-2021 -// All rights reserved - - -#ifndef REF_APP_TANK_LEVEL_H_ -#define REF_APP_TANK_LEVEL_H_ - -#include - -/** - * @brief Tank level reference application - * - * @return Returns EXIT_SUCCESS if successful, otherwise EXIT_FAILURE - */ -int acc_ref_app_tank_level(int argc, char *argv[]); - - -#endif diff --git a/Core/Inc/ref_app_wave_to_exit.h b/Core/Inc/ref_app_wave_to_exit.h deleted file mode 100644 index 98b128a..0000000 --- a/Core/Inc/ref_app_wave_to_exit.h +++ /dev/null @@ -1,18 +0,0 @@ -// Copyright (c) Acconeer AB, 2022 -// All rights reserved - - -#ifndef REF_APP_WAVE_TO_EXIT_H_ -#define REF_APP_WAVE_TO_EXIT_H_ - -#include - -/** - * @brief Wave to exit reference application - * - * @return Returns EXIT_SUCCESS if successful, otherwise EXIT_FAILURE - */ -int acc_ref_app_wave_to_exit(int argc, char *argv[]); - - -#endif diff --git a/Core/Src/main.c b/Core/Src/main.c index 60e07d4..6364c69 100644 --- a/Core/Src/main.c +++ b/Core/Src/main.c @@ -34,16 +34,6 @@ #include "sys_app.h" #include "acc_hal_integration.h" -#include "example_bring_up.h" -#include "example_multiple_service_usage.h" -#include "example_detector_distance.h" -#include "example_detector_presence.h" -#include "example_detector_distance_recorded.h" -#include "example_service_sparse.h" -#include "ref_app_wave_to_exit.h" -#include "ref_app_smart_presence.h" -#include "ref_app_tank_level.h" -#include "ref_app_parking.h" #include "acc_detector_presence.h" /* USER CODE END Includes */ diff --git a/Core/Src/sts_lamp_bar.c b/Core/Src/sts_lamp_bar.c index c3e9b58..d811a06 100644 --- a/Core/Src/sts_lamp_bar.c +++ b/Core/Src/sts_lamp_bar.c @@ -25,7 +25,7 @@ #include "sys_app.h" #include "stm32_systime.h" #include "sts_lamp_bar.h" -#include "ref_app_smart_presence.h" + #include "yunhorn_sts_sensors.h" #define ONE_PULSE (36)