mbed port of the TinyGPSPlus library for Arduino, by Mikal Hart. The port is heavily inspired by Sergey Drobyshevskiy (dROb)'s port of the TinyGPS library.
Dependents: ZZ_SSL_Main_L476 Sample_program_Font72
Fork of TinyGPSPlus by
Revision 2:9fb16575b0f8, committed 2018-11-07
- Comitter:
- WaleedElmughrabi
- Date:
- Wed Nov 07 03:42:07 2018 +0000
- Parent:
- 1:a4d6efebcef8
- Commit message:
- UK time
Changed in this revision
TinyGPSPlus.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r a4d6efebcef8 -r 9fb16575b0f8 TinyGPSPlus.cpp --- a/TinyGPSPlus.cpp Thu Aug 30 18:53:08 2018 +0000 +++ b/TinyGPSPlus.cpp Wed Nov 07 03:42:07 2018 +0000 @@ -413,7 +413,7 @@ uint8_t TinyGPSTime::hour() { updated = false; - return ((time / 1000000)+1); //UK time + return ((time / 1000000)); } uint8_t TinyGPSTime::minute()