gps

Dependencies:   TextLCD

Dependents:   RUCHE2-CODES RUCHE2-CODES_correctiondepoids RUCHE2-CODES_correction_de_poids

Committer:
mohayonor
Date:
Mon Jan 28 17:04:37 2019 +0000
Revision:
0:0c2f0ae3493e
gps actu

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mohayonor 0:0c2f0ae3493e 1
mohayonor 0:0c2f0ae3493e 2 #include "mbed.h"
mohayonor 0:0c2f0ae3493e 3 #include <stdio.h>
mohayonor 0:0c2f0ae3493e 4 #include "TextLCD.h"
mohayonor 0:0c2f0ae3493e 5
mohayonor 0:0c2f0ae3493e 6 extern int dateRef ;
mohayonor 0:0c2f0ae3493e 7
mohayonor 0:0c2f0ae3493e 8 //TextLCD lcd(p11, p12, p15, p16, p29, p30); // rs, e, d4, d5, d6, d7
mohayonor 0:0c2f0ae3493e 9
mohayonor 0:0c2f0ae3493e 10 void Init();
mohayonor 0:0c2f0ae3493e 11 int getGPS(char* cDataBuffer,float *lat,float *lon,float *tmf,float *spd, int *dat, char *ns, char *ew, char *stat);
mohayonor 0:0c2f0ae3493e 12 int getLatLong(float &lat , float &lon);