Port of Arduino TinyGPS library to mbed. Added extra methods to flag receipt/parsing of particular sentences.
Fork of TinyGPS by
types.h
- Committer:
- sonson
- Date:
- 2017-05-10
- Revision:
- 2:af534d51739f
- Parent:
- 0:8a347288f82c
File content as of revision 2:af534d51739f:
#ifndef __TYPES_H #define __TYPES_H typedef char byte; typedef int millis; #endif