gnss14 2.1.0.0
GNSS 14 Device Settings

Settings for registers of GNSS 14 Click driver. More...

Macros

#define GNSS14_RSP_START   "$"
 GNSS 14 response buffer commands.
 
#define GNSS14_RSP_DELIMITER   ","
 
#define GNSS14_RSP_GNGGA   "$GNGGA"
 
#define GNSS14_GNGGA_ELEMENT_SIZE   15
 GNSS 14 GNGGA command elements.
 
#define GNSS14_GNGGA_TIME   1
 
#define GNSS14_GNGGA_LATITUDE   2
 
#define GNSS14_GNGGA_LATITUDE_SIDE   3
 
#define GNSS14_GNGGA_LONGITUDE   4
 
#define GNSS14_GNGGA_LONGITUDE_SIDE   5
 
#define GNSS14_GNGGA_QUALITY_INDICATOR   6
 
#define GNSS14_GNGGA_NUMBER_OF_SATELLITES   7
 
#define GNSS14_GNGGA_H_DILUTION_OF_POS   8
 
#define GNSS14_GNGGA_ALTITUDE   9
 
#define GNSS14_GNGGA_ALTITUDE_UNIT   10
 
#define GNSS14_GNGGA_GEOIDAL_SEPARATION   11
 
#define GNSS14_GNGGA_GEOIDAL_SEPARATION_UNIT   12
 
#define GNSS14_GNGGA_TIME_SINCE_LAST_DGPS   13
 
#define GNSS14_GNGGA_DGPS_REFERENCE_STATION_ID   14
 
#define GNSS14_DUMMY   0xFF
 GNSS 14 dummy data.
 
#define GNSS14_SET_DEV_ADDR   0x42
 GNSS 14 device address setting.
 
#define GNSS14_DRV_BUFFER_SIZE   200
 GNSS 14 driver buffer size.
 

Detailed Description

Settings for registers of GNSS 14 Click driver.

Macro Definition Documentation

◆ GNSS14_DRV_BUFFER_SIZE

#define GNSS14_DRV_BUFFER_SIZE   200

GNSS 14 driver buffer size.

Specified size of driver ring buffer.

Note
Increase buffer size if needed.

◆ GNSS14_DUMMY

#define GNSS14_DUMMY   0xFF

GNSS 14 dummy data.

Specified dummy data of GNSS 14 Click driver.

◆ GNSS14_GNGGA_ALTITUDE

#define GNSS14_GNGGA_ALTITUDE   9

◆ GNSS14_GNGGA_ALTITUDE_UNIT

#define GNSS14_GNGGA_ALTITUDE_UNIT   10

◆ GNSS14_GNGGA_DGPS_REFERENCE_STATION_ID

#define GNSS14_GNGGA_DGPS_REFERENCE_STATION_ID   14

◆ GNSS14_GNGGA_ELEMENT_SIZE

#define GNSS14_GNGGA_ELEMENT_SIZE   15

GNSS 14 GNGGA command elements.

Specified GNGGA command elements of GNSS 14 Click driver.

◆ GNSS14_GNGGA_GEOIDAL_SEPARATION

#define GNSS14_GNGGA_GEOIDAL_SEPARATION   11

◆ GNSS14_GNGGA_GEOIDAL_SEPARATION_UNIT

#define GNSS14_GNGGA_GEOIDAL_SEPARATION_UNIT   12

◆ GNSS14_GNGGA_H_DILUTION_OF_POS

#define GNSS14_GNGGA_H_DILUTION_OF_POS   8

◆ GNSS14_GNGGA_LATITUDE

#define GNSS14_GNGGA_LATITUDE   2

◆ GNSS14_GNGGA_LATITUDE_SIDE

#define GNSS14_GNGGA_LATITUDE_SIDE   3

◆ GNSS14_GNGGA_LONGITUDE

#define GNSS14_GNGGA_LONGITUDE   4

◆ GNSS14_GNGGA_LONGITUDE_SIDE

#define GNSS14_GNGGA_LONGITUDE_SIDE   5

◆ GNSS14_GNGGA_NUMBER_OF_SATELLITES

#define GNSS14_GNGGA_NUMBER_OF_SATELLITES   7

◆ GNSS14_GNGGA_QUALITY_INDICATOR

#define GNSS14_GNGGA_QUALITY_INDICATOR   6

◆ GNSS14_GNGGA_TIME

#define GNSS14_GNGGA_TIME   1

◆ GNSS14_GNGGA_TIME_SINCE_LAST_DGPS

#define GNSS14_GNGGA_TIME_SINCE_LAST_DGPS   13

◆ GNSS14_RSP_DELIMITER

#define GNSS14_RSP_DELIMITER   ","

◆ GNSS14_RSP_GNGGA

#define GNSS14_RSP_GNGGA   "$GNGGA"

◆ GNSS14_RSP_START

#define GNSS14_RSP_START   "$"

GNSS 14 response buffer commands.

Specified response buffer commands of GNSS 14 Click driver.

◆ GNSS14_SET_DEV_ADDR

#define GNSS14_SET_DEV_ADDR   0x42

GNSS 14 device address setting.

Specified setting for device slave address selection of GNSS 14 Click driver.