rtkbase 2.1.0.0
|
RTK Base Click Example. More...
Macros | |
#define | PROCESS_BUFFER_SIZE 300 |
#define | RTKBASE_HEADER_0 0xD3 |
#define | RTKBASE_HEADER_1 0x00 |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
RTK Base Click Example.
This example demonstrates the use of RTK Base click by reading and displaying the RTCM3 messages.
The demo application is composed of two sections :
Initializes the driver and logger.
Reads and parses the RTCM3 messages received from the module, and displays them on the USB UART.
#define PROCESS_BUFFER_SIZE 300 |
#define RTKBASE_HEADER_0 0xD3 |
#define RTKBASE_HEADER_1 0x00 |
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 | ) |