Bmag incl gps rettelse

Dependencies:   mbed WDT MODSERIAL BME280

SPS/SPS.h

Committer:
MAA
Date:
2017-02-17
Revision:
0:b3313c5ffca3
Child:
2:39c4a85dc2a4

File content as of revision 0:b3313c5ffca3:

#define LINESTART '>'
#define LINESTOP '<' 
#define HEADEREND '|'
#define SPACE ' '

class SPS{
public:
    //default constructor
    SPS();    
     

private:
    bool ERR;
                     
};