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 *****************************************************************************/
56
58#endif /* EXPLORER_API_H */
This file is part of the AFBR-S50 Explorer Demo Application.
int32_t status_t
Type used for all status and error return values.
Definition argus_status.h:70
status_t ExplorerAPI_InitGeneral()
Initialize the serial commands module.
Definition explorer_api.c:262