My version of TinyGPS mostly add dbg

Dependents:   PYRN

Fork of TinyGPS by Michael Shimniok

Committer:
shimniok
Date:
Wed Apr 27 19:21:28 2011 +0000
Revision:
0:8a347288f82c
Initial release

Who changed what in which revision?

UserRevisionLine numberNew contents of line
shimniok 0:8a347288f82c 1 #ifndef __TYPES_H
shimniok 0:8a347288f82c 2 #define __TYPES_H
shimniok 0:8a347288f82c 3
shimniok 0:8a347288f82c 4 typedef char byte;
shimniok 0:8a347288f82c 5 typedef int millis;
shimniok 0:8a347288f82c 6
shimniok 0:8a347288f82c 7 #endif