output only raw data (acceleration, anguler rate, geomagnetism, air pressure)
Dependencies: mbed SDFileSystem ConfigFile
Diff: GMS6_CR6/GMS6_CR6.h
- Revision:
- 4:45dc5590abc0
- Parent:
- 1:6cd6d2760856
--- a/GMS6_CR6/GMS6_CR6.h Sat May 30 18:08:34 2015 +0000 +++ b/GMS6_CR6/GMS6_CR6.h Thu Jun 11 15:43:07 2015 +0000 @@ -14,6 +14,8 @@ float raw_longitude, raw_latitude; float longitude, latitude; float time; + int mode; + int Ns; private: Serial* p_port;