Bmag incl gps rettelse

Dependencies:   mbed WDT MODSERIAL BME280

Branch:
MbedBMAGThrRev
Revision:
55:06c5f76e1a8c
Parent:
14:400ecb93c6a2
--- a/BMAG/BMAG.h	Mon Jan 07 14:17:53 2019 +0000
+++ b/BMAG/BMAG.h	Fri Feb 15 12:53:30 2019 +0000
@@ -1,5 +1,6 @@
 #pragma once
 #include <string>
+#include <string.h>
 #include "mbed.h"
 #include "MODSERIAL/MODSERIAL.h"
 
@@ -22,7 +23,7 @@
     BMAG();
 
     //string parser
-    void parseBMAGString(string str);
+    int parseBMAGString(string str);
     
     //magtime string set method
     void setMagTimeStr(string magT);