radar 2.0.0.0
|
Radar Click Example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Radar Click Example.
This example demonstrates the use of Radar click board by reading and parsing events as well as the module internal temperature.
The demo application is composed of two sections :
Initializes the driver and logger and performs the click default configuration.
Waits for the detection event and then displays on the USB UART the distance of detected object, accuracy, elapsed time since last reset, and the module internal temperature.
void application_init | ( | void | ) |
< Logger config object.
< Click config object.
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |