local fork of tinygps for tugboat project

Dependents:   tugboat2

Fork of TinyGPS by brian claus

Committer:
bclaus
Date:
Wed Sep 18 20:26:01 2013 +0000
Revision:
3:1b16102f7b18
Parent:
0:8a347288f82c
update rate increased to 10HZ for everything but GPS. GPS is still at 1 Hz changed i2c frequency to 1MhZ to accomodate

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