AFBR-S50 API Reference Manual v1.5.6
AFBR-S50 Time-of-Flight Sensor SDK for Embedded Software
Loading...
Searching...
No Matches
explorer_api_cal.h
Go to the documentation of this file.
1/*************************************************************************/
37#ifndef EXPLORER_API_CAL_H
38#define EXPLORER_API_CAL_H
39
40/*!***************************************************************************
41 * @addtogroup explorer_api
42 * @{
43 *****************************************************************************/
44
45#include "core/explorer_types.h"
46
47/*!***************************************************************************
48 * @brief Initialize the calibration API.
49 * @return Returns the \link #status_t status\endlink (#STATUS_OK on success).
50 *****************************************************************************/
52
54#endif /* EXPLORER_API_CAL_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_InitCal()
Initialize the calibration API.
Definition explorer_api_cal.c:403