AFBR-S50 API Reference Manual v1.5.6
AFBR-S50 Time-of-Flight Sensor SDK for Embedded Software
|
AFBR-S50 Explorer Application. More...
Modules | |
AFBR-S50 Explorer Flash Module | |
AFBR-S50 Explorer Flash Module. | |
Functions | |
status_t | ExplorerApp_Init (void) |
Initializes all the state machine. | |
void | ExplorerApp_Run (void) |
This runs the state machine. | |
AFBR-S50 Explorer Application.
An example application that utilizes the Argus API.
A simple task scheduler is used to host the Argus API and a simple systems communication interface is implemented to connect to the AFBR-S50 Explorer GUI. The latter is an evaluation software for the Argus time-of-flight devices.
status_t ExplorerApp_Init | ( | void | ) |
Initializes all the state machine.
This function does initialization of the state machine.
void ExplorerApp_Run | ( | void | ) |
This runs the state machine.
It runs the task scheduler and never return.