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
Diff: types.h
- Revision:
- 0:2576f9f1dc71
diff -r 000000000000 -r 2576f9f1dc71 types.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/types.h Wed Sep 14 01:38:28 2016 +0000 @@ -0,0 +1,7 @@ +#ifndef __TYPES_H +#define __TYPES_H + +typedef char byte; +typedef int millis; + +#endif \ No newline at end of file