example_service_sensor_off.h
Go to the documentation of this file.
1
// Copyright (c) Acconeer AB, 2020-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 EXAMPLE_SERVICE_LOW_POWER_H_
8
#define EXAMPLE_SERVICE_LOW_POWER_H_
9
10
/**
11
* @brief Low power service example
12
*
13
* @return Returns EXIT_SUCCESS if successful, otherwise EXIT_FAILURE
14
*/
15
int
app_main
(
int
argc,
char
*argv[]);
16
17
18
#endif
app_main
int app_main(int argc, char *argv[])
Low power service example.
Definition:
example_bring_up.c:47