GPS/GNSS UBX library for UART

Dependencies:   Vector3

Dependents:   GPS_0002

Revision:
20:efa07b922ba7
Parent:
18:ba361d6ab9cd
Child:
21:712076ece407
diff -r ba361d6ab9cd -r efa07b922ba7 GPSUBX_UART.cpp
--- a/GPSUBX_UART.cpp	Wed Feb 02 08:42:25 2022 +0000
+++ b/GPSUBX_UART.cpp	Thu Mar 31 02:15:19 2022 +0000
@@ -3,6 +3,7 @@
 #include <math.h>
 #define M_PI 3.14159265358979f
 
+
 GPSUBX_UART::GPSUBX_UART(PinName tx, PinName rx, int baud, int timezone)
     :serial(tx, rx, baud), TimeZone(timezone), receive_index(0)
 {