fu-hsi / FuGPS

Arduino library for parsing NMEA 0183 (GPS) sentences.
MIT License
11 stars 6 forks source link

Reading Hours, Minutes, Seconds #11

Open victorlysak opened 8 months ago

victorlysak commented 8 months ago

Hi. I'm creating a gps logger with the help of your library on Arduino UNO.

Everything works fine, but the lines gps.Hours:gps.Minutes:gpsSeconds at the moment give me: 00:203:173

How could I convert these to normal, like 19:12:15

thank you