Skip to content

Commit 122a934

Browse files
authored
Merge pull request #16 from sparkfun/F9R_NewKeys
F9R new keys NAV2_EELL and NAV2_PVAT
2 parents e01534b + cf439ff commit 122a934

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/u-blox_config_keys.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,11 @@ const uint32_t UBLOX_CFG_MSGOUT_UBX_NAV2_DOP_SPI = UBX_CFG_U1 | 0x20910469;
738738
const uint32_t UBLOX_CFG_MSGOUT_UBX_NAV2_DOP_UART1 = UBX_CFG_U1 | 0x20910466; // Output rate of the UBX-NAV2-DOP message onport UART1
739739
const uint32_t UBLOX_CFG_MSGOUT_UBX_NAV2_DOP_UART2 = UBX_CFG_U1 | 0x20910467; // Output rate of the UBX-NAV2-DOP message onport UART2
740740
const uint32_t UBLOX_CFG_MSGOUT_UBX_NAV2_DOP_USB = UBX_CFG_U1 | 0x20910468; // Output rate of the UBX-NAV2-DOP message on port USB
741+
const uint32_t UBLOX_CFG_MSGOUT_UBX_NAV2_EELL_I2C = UBX_CFG_U1 | 0x20910470; // Output rate of the UBX-NAV2-EELL message onport I2C
742+
const uint32_t UBLOX_CFG_MSGOUT_UBX_NAV2_EELL_SPI = UBX_CFG_U1 | 0x20910474; // Output rate of the UBX-NAV2-EELL message on port SPI
743+
const uint32_t UBLOX_CFG_MSGOUT_UBX_NAV2_EELL_UART1 = UBX_CFG_U1 | 0x20910471; // Output rate of the UBX-NAV2-EELL message on port UART1
744+
const uint32_t UBLOX_CFG_MSGOUT_UBX_NAV2_EELL_UART2 = UBX_CFG_U1 | 0x20910472; // Output rate of the UBX-NAV2-EELL message on port UART2
745+
const uint32_t UBLOX_CFG_MSGOUT_UBX_NAV2_EELL_USB = UBX_CFG_U1 | 0x20910473; // Output rate of the UBX-NAV2-EELL message onport USB
741746
const uint32_t UBLOX_CFG_MSGOUT_UBX_NAV2_EOE_I2C = UBX_CFG_U1 | 0x20910565; // Output rate of the UBX-NAV2-EOE message onport I2C
742747
const uint32_t UBLOX_CFG_MSGOUT_UBX_NAV2_EOE_SPI = UBX_CFG_U1 | 0x20910569; // Output rate of the UBX-NAV2-EOE message on port SPI
743748
const uint32_t UBLOX_CFG_MSGOUT_UBX_NAV2_EOE_UART1 = UBX_CFG_U1 | 0x20910566; // Output rate of the UBX-NAV2-EOE message on port UART1
@@ -758,6 +763,11 @@ const uint32_t UBLOX_CFG_MSGOUT_UBX_NAV2_POSLLH_SPI = UBX_CFG_U1 | 0x20910489;
758763
const uint32_t UBLOX_CFG_MSGOUT_UBX_NAV2_POSLLH_UART1 = UBX_CFG_U1 | 0x20910486; // Output rate of the UBX-NAV2-POSLLH message on port UART1
759764
const uint32_t UBLOX_CFG_MSGOUT_UBX_NAV2_POSLLH_UART2 = UBX_CFG_U1 | 0x20910487; // Output rate of the UBX-NAV2-POSLLH message on port UART2
760765
const uint32_t UBLOX_CFG_MSGOUT_UBX_NAV2_POSLLH_USB = UBX_CFG_U1 | 0x20910488; // Output rate of the UBX-NAV2-POSLLH message on port USB
766+
const uint32_t UBLOX_CFG_MSGOUT_UBX_NAV2_PVAT_I2C = UBX_CFG_U1 | 0x2091062f; // Output rate of the UBX-NAV2-PVAT message onport I2C
767+
const uint32_t UBLOX_CFG_MSGOUT_UBX_NAV2_PVAT_SPI = UBX_CFG_U1 | 0x20910633; // Output rate of the UBX-NAV2-PVAT message on port SPI
768+
const uint32_t UBLOX_CFG_MSGOUT_UBX_NAV2_PVAT_UART1 = UBX_CFG_U1 | 0x20910630; // Output rate of the UBX-NAV2-PVAT message on port UART1
769+
const uint32_t UBLOX_CFG_MSGOUT_UBX_NAV2_PVAT_UART2 = UBX_CFG_U1 | 0x20910631; // Output rate of the UBX-NAV2-PVAT message on port UART2
770+
const uint32_t UBLOX_CFG_MSGOUT_UBX_NAV2_PVAT_USB = UBX_CFG_U1 | 0x20910632; // Output rate of the UBX-NAV2-PVAT message onport USB
761771
const uint32_t UBLOX_CFG_MSGOUT_UBX_NAV2_PVT_I2C = UBX_CFG_U1 | 0x20910490; // Output rate of the UBX-NAV2-PVT message onport I2C
762772
const uint32_t UBLOX_CFG_MSGOUT_UBX_NAV2_PVT_SPI = UBX_CFG_U1 | 0x20910494; // Output rate of the UBX-NAV2-PVT message on port SPI
763773
const uint32_t UBLOX_CFG_MSGOUT_UBX_NAV2_PVT_UART1 = UBX_CFG_U1 | 0x20910491; // Output rate of the UBX-NAV2-PVT message on port UART1

0 commit comments

Comments
 (0)