37#ifndef ARGUS_EXAMPLE_H
38#define ARGUS_EXAMPLE_H
90#define RUN_HAL_TESTS 1
96#ifndef RUN_XTALK_CALIBRATION
97#define RUN_XTALK_CALIBRATION 0
106#if API_EXAMPLE < 1 || API_EXAMPLE > 5
107#error The selected API_EXAMPLE is not available!
110#include "board/board.h"
This file is part of the AFBR-S50 API.
int32_t status_t
Type used for all status and error return values.
Definition argus_status.h:70
static status_t status
Definition argus_xtalk_cal_cli.c:140
void HandleError(status_t status, bool stop, char const *msg)
A callback function from the example code whenever an error occurs.
Definition main.c:62
void ExampleMain(void)
Application entry point for the specified example.