local fork of tinygps for tugboat project

Dependents:   tugboat

Fork of TinyGPS by Michael Shimniok

Committer:
bclaus
Date:
Wed Jul 31 15:35:02 2013 +0000
Revision:
2:a3dad2769ed7
Parent:
0:8a347288f82c
init;

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