gnss4 2.0.0.0
|
Gnss4 Click example. More...
Macros | |
#define | PROCESS_COUNTER 15 |
#define | PROCESS_RX_BUFFER_SIZE 600 |
#define | PROCESS_PARSER_BUFFER_SIZE 600 |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Gnss4 Click example.
This example reads and processes data from GNSS4 clicks.
The demo application is composed of two sections :
Initializes driver and wake-up module.
Reads the received data and parses it.
Depending on the environmental conditions and the satellites availability it may take up to 10 minutes for the module to receive the position fix.
#define PROCESS_COUNTER 15 |
#define PROCESS_PARSER_BUFFER_SIZE 600 |
#define PROCESS_RX_BUFFER_SIZE 600 |
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |