gnss15 2.1.0.0
|
GNSS 15 Click Example. More...
Macros | |
#define | PROCESS_BUFFER_SIZE 200 |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
GNSS 15 Click Example.
This example demonstrates the use of GNSS 15 click board by processing the incoming data and displaying them on the USB UART.
The demo application is composed of two sections :
Initializes the driver and resets the click board.
Reads the received data, parses the GPGGA info from it, and once it receives the position fix it will start displaying the coordinates on the USB UART.
#define PROCESS_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 | ) |