My version of TinyGPS mostly add dbg

Dependents:   PYRN

Fork of TinyGPS by Michael Shimniok

types.h

Committer:
shimniok
Date:
2011-04-27
Revision:
0:8a347288f82c

File content as of revision 0:8a347288f82c:

#ifndef __TYPES_H
#define __TYPES_H

typedef char byte;
typedef int millis;

#endif