gps

Dependencies:   TextLCD

Dependents:   RUCHE2-CODES RUCHE2-CODES_correctiondepoids RUCHE2-CODES_correction_de_poids

gps.h

Committer:
mohayonor
Date:
2019-01-28
Revision:
0:0c2f0ae3493e

File content as of revision 0:0c2f0ae3493e:

 
#include "mbed.h"
#include <stdio.h>
#include "TextLCD.h"

extern int dateRef ;

//TextLCD lcd(p11, p12, p15, p16, p29, p30); // rs, e, d4, d5, d6, d7

void Init();
int getGPS(char* cDataBuffer,float *lat,float *lon,float *tmf,float *spd, int  *dat, char *ns, char *ew, char *stat);
int getLatLong(float &lat , float &lon);