mbed port of the TinyGPSPlus library for Arduino, by Mikal Hart. The port is heavily inspired by Sergey Drobyshevskiy (dROb)'s port of the TinyGPS library.

Dependents:   TGPSPlus frdm-k64f_NTX2B_prototype

types.h

Committer:
OkiAviation
Date:
2016-09-14
Revision:
0:2576f9f1dc71

File content as of revision 0:2576f9f1dc71:

#ifndef __TYPES_H
#define __TYPES_H

typedef char byte;
typedef int millis;

#endif