mikalhart / TinyGPSPlus

A new, customizable Arduino NMEA parsing library
http://arduiniana.org
1.08k stars 491 forks source link

centisecond #41

Closed blitz550 closed 4 years ago

blitz550 commented 6 years ago

Centisecond is always zero.

bamapookie commented 5 years ago

If your baud rate is 1HZ, the message wil probably always be generated at the start of the second. If you use a different baud rate (5HZ or 10HZ), then you will get multiple messages per second, and they will have intrasecond timestamps.

mikalhart commented 4 years ago

@bamapookie Thanks, yes, that's correct.