gps

Dependencies:   TextLCD

Dependents:   RUCHE2-CODES RUCHE2-CODES_correctiondepoids RUCHE2-CODES_correction_de_poids

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers gps.h Source File

gps.h

00001  
00002 #include "mbed.h"
00003 #include <stdio.h>
00004 #include "TextLCD.h"
00005 
00006 extern int dateRef ;
00007 
00008 //TextLCD lcd(p11, p12, p15, p16, p29, p30); // rs, e, d4, d5, d6, d7
00009 
00010 void Init();
00011 int getGPS(char* cDataBuffer,float *lat,float *lon,float *tmf,float *spd, int  *dat, char *ns, char *ew, char *stat);
00012 int getLatLong(float &lat , float &lon);