local fork of tinygps for tugboat project

Dependents:   tugboat2

Fork of TinyGPS by brian claus

types.h

Committer:
bclaus
Date:
2013-09-18
Revision:
3:1b16102f7b18
Parent:
0:8a347288f82c

File content as of revision 3:1b16102f7b18:

#ifndef __TYPES_H
#define __TYPES_H

typedef char byte;
typedef int millis;

#endif