GPS NEMA String parser library. Only supports SkyTraq Venus chip at this time.
Dependents: MTDOT-EVB-LinkCheck-AL MTDOT-BOX-EVB-Factory-Firmware-LIB-108 TelitSensorToCloud mDot_sensor_to_cloud ... more
Revision 5:11f41dee386b, committed 2015-11-09
- Comitter:
- Mike Fiore
- Date:
- Mon Nov 09 12:36:04 2015 -0600
- Parent:
- 4:ae35903cd8d2
- Child:
- 6:2050b4795b66
- Commit message:
- remove bogus namespace
Changed in this revision
| GPSPARSER.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/GPSPARSER.h Tue Oct 27 19:54:49 2015 +0000
+++ b/GPSPARSER.h Mon Nov 09 12:36:04 2015 -0600
@@ -147,7 +147,7 @@
satellite_prn _satellite_prn;
int16_t _msl_altitude;
- MTSSerial::MTSSerial *_gps_uart;
+ MTSSerial *_gps_uart;
Thread _getSentenceThread;
/** Detect and initialize GPS device
@@ -201,4 +201,4 @@
uint8_t parseZDA(char *nema_buff);
};
-#endif
\ No newline at end of file
+#endif