mikalhart / TinyGPSPlus

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

Change update frequency #14

Closed kirtimukh closed 8 years ago

kirtimukh commented 8 years ago

I want to change the update frequency without changing the baud-rate. I dont want to use delays. Anything to add in DeviceExample program or should I do some changes in the header file?

mikalhart commented 8 years ago

This library doesn't have any dependency or even any way to control or react to the device's update frequency. It simply processes incoming NMEA characters as quickly or slowly as you care to feed them to it. If your device has a mechanism to change its update frequency you would do this outside this library. It's just a parser.