gnss3 2.0.0.0

Topics

 MikroBUS
 
 Driver define
 

Macros

#define GNSS3_RSP_START   "$"
 GNSS 3 response buffer commands.
 
#define GNSS3_RSP_DELIMITER   ","
 
#define GNSS3_RSP_GNGGA   "$GNGGA"
 
#define GNSS3_GNGGA_ELEMENT_SIZE   15
 GNSS 3 GNGGA command elements.
 
#define GNSS3_GNGGA_TIME   1
 
#define GNSS3_GNGGA_LATITUDE   2
 
#define GNSS3_GNGGA_LATITUDE_SIDE   3
 
#define GNSS3_GNGGA_LONGITUDE   4
 
#define GNSS3_GNGGA_LONGITUDE_SIDE   5
 
#define GNSS3_GNGGA_QUALITY_INDICATOR   6
 
#define GNSS3_GNGGA_NUMBER_OF_SATELLITES   7
 
#define GNSS3_GNGGA_H_DILUTION_OF_POS   8
 
#define GNSS3_GNGGA_ALTITUDE   9
 
#define GNSS3_GNGGA_ALTITUDE_UNIT   10
 
#define GNSS3_GNGGA_GEOIDAL_SEPARATION   11
 
#define GNSS3_GNGGA_GEOIDAL_SEPARATION_UNIT   12
 
#define GNSS3_GNGGA_TIME_SINCE_LAST_DGPS   13
 
#define GNSS3_GNGGA_DGPS_REFERENCE_STATION_ID   14
 

Detailed Description

Any initialization code needed for MCU to function properly. Do not remove this line or clock might not be set correctly.

Macro Definition Documentation

◆ GNSS3_GNGGA_ALTITUDE

#define GNSS3_GNGGA_ALTITUDE   9

◆ GNSS3_GNGGA_ALTITUDE_UNIT

#define GNSS3_GNGGA_ALTITUDE_UNIT   10

◆ GNSS3_GNGGA_DGPS_REFERENCE_STATION_ID

#define GNSS3_GNGGA_DGPS_REFERENCE_STATION_ID   14

◆ GNSS3_GNGGA_ELEMENT_SIZE

#define GNSS3_GNGGA_ELEMENT_SIZE   15

GNSS 3 GNGGA command elements.

Specified GNGGA command elements of GNSS 3 Click driver.

◆ GNSS3_GNGGA_GEOIDAL_SEPARATION

#define GNSS3_GNGGA_GEOIDAL_SEPARATION   11

◆ GNSS3_GNGGA_GEOIDAL_SEPARATION_UNIT

#define GNSS3_GNGGA_GEOIDAL_SEPARATION_UNIT   12

◆ GNSS3_GNGGA_H_DILUTION_OF_POS

#define GNSS3_GNGGA_H_DILUTION_OF_POS   8

◆ GNSS3_GNGGA_LATITUDE

#define GNSS3_GNGGA_LATITUDE   2

◆ GNSS3_GNGGA_LATITUDE_SIDE

#define GNSS3_GNGGA_LATITUDE_SIDE   3

◆ GNSS3_GNGGA_LONGITUDE

#define GNSS3_GNGGA_LONGITUDE   4

◆ GNSS3_GNGGA_LONGITUDE_SIDE

#define GNSS3_GNGGA_LONGITUDE_SIDE   5

◆ GNSS3_GNGGA_NUMBER_OF_SATELLITES

#define GNSS3_GNGGA_NUMBER_OF_SATELLITES   7

◆ GNSS3_GNGGA_QUALITY_INDICATOR

#define GNSS3_GNGGA_QUALITY_INDICATOR   6

◆ GNSS3_GNGGA_TIME

#define GNSS3_GNGGA_TIME   1

◆ GNSS3_GNGGA_TIME_SINCE_LAST_DGPS

#define GNSS3_GNGGA_TIME_SINCE_LAST_DGPS   13

◆ GNSS3_RSP_DELIMITER

#define GNSS3_RSP_DELIMITER   ","

◆ GNSS3_RSP_GNGGA

#define GNSS3_RSP_GNGGA   "$GNGGA"

◆ GNSS3_RSP_START

#define GNSS3_RSP_START   "$"

GNSS 3 response buffer commands.

Specified response buffer commands of GNSS 3 Click driver.