Bmag incl gps rettelse

Dependencies:   mbed WDT MODSERIAL BME280

Committer:
MAA
Date:
Fri Feb 17 09:33:57 2017 +0000
Revision:
0:b3313c5ffca3
Child:
2:39c4a85dc2a4
init

Who changed what in which revision?

UserRevisionLine numberNew contents of line
MAA 0:b3313c5ffca3 1 #define LINESTART '>'
MAA 0:b3313c5ffca3 2 #define LINESTOP '<'
MAA 0:b3313c5ffca3 3 #define HEADEREND '|'
MAA 0:b3313c5ffca3 4 #define SPACE ' '
MAA 0:b3313c5ffca3 5
MAA 0:b3313c5ffca3 6 class SPS{
MAA 0:b3313c5ffca3 7 public:
MAA 0:b3313c5ffca3 8 //default constructor
MAA 0:b3313c5ffca3 9 SPS();
MAA 0:b3313c5ffca3 10
MAA 0:b3313c5ffca3 11
MAA 0:b3313c5ffca3 12 private:
MAA 0:b3313c5ffca3 13 bool ERR;
MAA 0:b3313c5ffca3 14
MAA 0:b3313c5ffca3 15 };