arranged by katano

Dependencies:   MPU9150_DMP Neon_F303K8 QuaternionMath iSDIO mbed-rtos mbed

Fork of Neon_F303K8 by Yasuhiro ISHII

Revision:
0:65a0ae5578da
diff -r 000000000000 -r 65a0ae5578da common.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/common.h	Sat May 14 07:11:48 2016 +0000
@@ -0,0 +1,13 @@
+/*
+    Common definition file for Neon software
+*/
+
+#ifndef __COMMON_H__
+#define __COMMON_H__
+#include "mbed.h"
+
+#define DEBUG 1
+
+extern Serial pc;
+
+#endif /* __COMMON_H__ */