GNSS RTK Click Example.
Description
This example reads and processes data from GNSS RTK click.
The demo application is composed of two sections :
Application Init
Initializes driver and starts the module.
Application Task
Reads the received data and parses it.
Additional Functions
- static err_t gnssrtk_process ( void ) - The general process of collecting responses sent from the module.
- static void parser_application ( char *rsp ) - Parsing the response into a more readable form and printing it on the UART terminal.
- Author
- Stefan Nikolic