Port of Arduino TinyGPS library to mbed. Added extra methods to flag receipt/parsing of particular sentences.
Fork of TinyGPS by
types.h@0:8a347288f82c, 2011-04-27 (annotated)
- Committer:
- shimniok
- Date:
- Wed Apr 27 19:21:28 2011 +0000
- Revision:
- 0:8a347288f82c
Initial release
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
shimniok | 0:8a347288f82c | 1 | #ifndef __TYPES_H |
shimniok | 0:8a347288f82c | 2 | #define __TYPES_H |
shimniok | 0:8a347288f82c | 3 | |
shimniok | 0:8a347288f82c | 4 | typedef char byte; |
shimniok | 0:8a347288f82c | 5 | typedef int millis; |
shimniok | 0:8a347288f82c | 6 | |
shimniok | 0:8a347288f82c | 7 | #endif |