nanogps3 2.1.0.0
|
Nano GPS 3 Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Nano GPS 3 Click example.
This example demonstrates the use of Nano GPS 3 click by reading and displaying the GPS coordinates.
The demo application is composed of two sections :
Initializes the driver and resets the click board.
Reads the received data, parses the GNGGA info from it, and once it receives the position fix it will start displaying the coordinates on the USB UART.
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 | ) |