AFBR-S50 API Reference Manual
v1.5.6
AFBR-S50 Time-of-Flight Sensor SDK for Embedded Software
Loading...
Searching...
No Matches
explorer_api.h
Go to the documentation of this file.
1
/*************************************************************************/
37
#ifndef EXPLORER_API_H
38
#define EXPLORER_API_H
39
40
/*!***************************************************************************
41
* @defgroup explorer_api AFBR-S50 SCI API
42
* @ingroup explorer_app
43
* @brief AFBR-S50 Explorer Application - Serial Commands
44
* @details Definitions for AFBR-S50 Explorer Application specific serial commands.
45
* @addtogroup explorer_api
46
* @{
47
*****************************************************************************/
48
49
#include "
core/explorer_types.h
"
50
51
/*!***************************************************************************
52
* @brief Initialize the serial commands module.
53
* @return Returns the \link #status_t status\endlink (#STATUS_OK on success).
54
*****************************************************************************/
55
status_t
ExplorerAPI_InitGeneral
();
56
58
#endif
/* EXPLORER_API_H */
explorer_types.h
This file is part of the AFBR-S50 Explorer Demo Application.
status_t
int32_t status_t
Type used for all status and error return values.
Definition
argus_status.h:70
ExplorerAPI_InitGeneral
status_t ExplorerAPI_InitGeneral()
Initialize the serial commands module.
Definition
explorer_api.c:262
Sources
ExplorerApp
api
explorer_api.h
Broadcom Inc.