gnssrtk
2.0.0.0
|
GNSS RTK Click Example. More...
Macros | |
#define | PROCESS_COUNTER 10 |
#define | PROCESS_RX_BUFFER_SIZE 500 |
#define | PROCESS_PARSER_BUFFER_SIZE 500 |
#define | ELEMENT_BUFFER_NULL 0 |
Functions | |
void | application_init (void) |
void | application_task (void) |
void | main (void) |
GNSS RTK Click Example.
This example reads and processes data from GNSS RTK click.
The demo application is composed of two sections :
Initializes driver and starts the module.
Reads the received data and parses it.
#define ELEMENT_BUFFER_NULL 0 |
#define PROCESS_COUNTER 10 |
#define PROCESS_PARSER_BUFFER_SIZE 500 |
#define PROCESS_RX_BUFFER_SIZE 500 |
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 | ) |