speedradar
2.1.0.0
|
Speed Radar Click Example. More...
Macros | |
#define | PROCESS_BUFFER_SIZE 200 |
Functions | |
void | application_init (void) |
void | application_task (void) |
void | main (void) |
Speed Radar Click Example.
This example demonstrates the use of Speed Radar click board by processing the incoming data and displaying them on the USB UART.
The demo application is composed of two sections :
Initializes the driver and performs the click default configuration.
The demo application sends a command that returns and displays the speed and magnitude of the dominant movement for the forward and backward planes of the spectrum. Results are being sent to the UART Terminal, where you can track their changes.
#define PROCESS_BUFFER_SIZE 200 |
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 | ) |
void main | ( | void | ) |