Read GPS MT3329

Dependencies:   FatFileSystem mbed

Committer:
belloula
Date:
Sun Mar 29 14:43:22 2015 +0000
Revision:
0:9611b40fec6f
Read from MT3329 GPS and print on Pc (usb serial pc)

Who changed what in which revision?

UserRevisionLine numberNew contents of line
belloula 0:9611b40fec6f 1 #include "mbed.h"
belloula 0:9611b40fec6f 2
belloula 0:9611b40fec6f 3
belloula 0:9611b40fec6f 4 // Definitions of states for gpd USART receiver state machine (for receiving packets)
belloula 0:9611b40fec6f 5 #define GPS_STATE_WAIT 1
belloula 0:9611b40fec6f 6 #define GPS_STATE_DATA 2