My version of TinyGPS mostly add dbg

Dependents:   PYRN

Fork of TinyGPS by Michael Shimniok

Committer:
clemounet
Date:
Tue Apr 14 13:24:45 2015 +0000
Revision:
2:34b4815eb82f
Parent:
0:8a347288f82c
MyTinyGps version (moslty dbg stuffs)

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