Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Bicycl_Computer_NUCLEO-F411RE Bicycl_Computer_NUCLEO-L476RG
Fork of GPS by
Diff: GPSISR.h
- 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;