xrocusOS_ADXL355 version

Dependencies:   mbed SDFileSystem

Revision:
0:c347f602596d
Child:
2:a694440145e9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/include/global.h	Sat Apr 20 09:23:39 2019 +0000
@@ -0,0 +1,10 @@
+#ifndef _GLOBAL_H_
+#define _GLOBAL_H_
+
+#include "UartReceiver.h"
+#include "CommandParser.h"
+
+extern CommandParser *pCP;
+extern UartReceiver *pUR;
+
+#endif /* _GLOBAL_H_ */
\ No newline at end of file