gps

Dependencies:   TextLCD

Dependents:   RUCHE2-CODES RUCHE2-CODES_correctiondepoids RUCHE2-CODES_correction_de_poids

Revision:
0:0c2f0ae3493e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gps.h	Mon Jan 28 17:04:37 2019 +0000
@@ -0,0 +1,12 @@
+ 
+#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);
\ No newline at end of file