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:   ZZ_SSL_Main_L476 Sample_program_Font72

Fork of TinyGPSPlus by カレヴィ アンダース

types.h

Committer:
WaleedElmughrabi
Date:
2018-11-07
Revision:
2:9fb16575b0f8
Parent:
0:2576f9f1dc71

File content as of revision 2:9fb16575b0f8:

#ifndef __TYPES_H
#define __TYPES_H

typedef char byte;
typedef int millis;

#endif