Port of Arduino TinyGPS library to mbed. Added extra methods to flag receipt/parsing of particular sentences.
Fork of TinyGPS by
types.h@2:af534d51739f, 2017-05-10 (annotated)
- Committer:
- sonson
- Date:
- Wed May 10 07:23:27 2017 +0000
- Revision:
- 2:af534d51739f
- Parent:
- 0:8a347288f82c
GPS???????????????
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 |