mosaic
2.1.0.0
|
Mosaic Click Example. More...
Macros | |
#define | APP_BUFFER_SIZE 500 |
#define | PROCESS_BUFFER_SIZE 200 |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Mosaic Click Example.
This example demonstrates the use of Mosaic click by reading and displaying the GNSS coordinates.
The demo application is composed of two sections :
Initializes the driver, reads the NMEA version, and enables the NMEA output.
Reads the received data, parses the NMEA GGA info from it, and once it receives the position fix it will start displaying the coordinates on the USB UART.
#define APP_BUFFER_SIZE 500 |
#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 | ) |