xsensmti3 2.0.0.0
|
XSENS MTi-3 Click Example. More...
Macros | |
#define | PROCESS_RX_BUFFER_SIZE 200 |
#define | PROCESS_PARSER_BUFFER_SIZE 1000 |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
XSENS MTi-3 Click Example.
This example reads and processes data from XSENS MTi-3 clicks.
The demo application is composed of two sections :
Initializes driver and wake-up module.
Reads the received data and parses it. Shows Roll, Pitch and Yaw data.
#define PROCESS_PARSER_BUFFER_SIZE 1000 |
#define PROCESS_RX_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 | ) |
int main | ( | void | ) |