Darren Ulrich / GPSISR

Dependents:   Bicycl_Computer_NUCLEO-F411RE Bicycl_Computer_NUCLEO-L476RG

Fork of GPS by Simon Ford

Revision:
5:c5f700c1e1af
Parent:
4:7240a18102a6
diff -r 7240a18102a6 -r c5f700c1e1af GPSISR.h
--- a/GPSISR.h	Sat Feb 18 01:37:25 2017 +0000
+++ b/GPSISR.h	Wed Mar 01 03:38:03 2017 +0000
@@ -47,6 +47,8 @@
 struct reading {
     float latitude;     //Signed positive if N, negative if S
     float longitude;    //Signed positive if E, negative if W
+    char  latc;
+    char  lonc;
     uint8_t day;
     uint8_t month;
     uint8_t year;