lbandrtk 2.1.0.0
|
LBAND RTK Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
LBAND RTK Click example.
This example demonstrates the use of LBAND RTK click by setting the Point to multipoint (PMP) configuration and waiting for the UBX-RXM-PMP message, then parsing it and displaying on the USB UART.
The demo application is composed of two sections :
Initializes the driver, reads the module version, sets the Point to multipoint (PMP) configuration (for EU center frequency by default) and then reads that config and displays on the USB UART.
Waits for an incoming UBX messages, reads and displays them on the USB UART. If the received message is PMP data it will be parsed additionally.
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 | ) |