Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit 990f1f5

Browse files
committed
Correcting the units for the heading
1 parent d9769a6 commit 990f1f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/SparkFun_Ublox_Arduino_Library.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -550,8 +550,8 @@ class SFE_UBLOX_GPS
550550
uint8_t getFixType(uint16_t maxWait = getPVTmaxWait); //Returns the type of fix: 0=no, 3=3D, 4=GNSS+Deadreckoning
551551
uint8_t getCarrierSolutionType(uint16_t maxWait = getPVTmaxWait); //Returns RTK solution: 0=no, 1=float solution, 2=fixed solution
552552
int32_t getGroundSpeed(uint16_t maxWait = getPVTmaxWait); //Returns speed in mm/s
553-
int32_t getHeading(uint16_t maxWait = getPVTmaxWait); //Returns heading in degrees * 10^-7
554-
uint16_t getPDOP(uint16_t maxWait = getPVTmaxWait); //Returns positional dillution of precision * 10^-2
553+
int32_t getHeading(uint16_t maxWait = getPVTmaxWait); //Returns heading in degrees * 10^-5
554+
uint16_t getPDOP(uint16_t maxWait = getPVTmaxWait); //Returns positional dillution of precision m * 10^-2
555555
uint16_t getYear(uint16_t maxWait = getPVTmaxWait);
556556
uint8_t getMonth(uint16_t maxWait = getPVTmaxWait);
557557
uint8_t getDay(uint16_t maxWait = getPVTmaxWait);

0 commit comments

Comments
 (0)