Closed kirtimukh closed 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.
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?