STM issues

Dependencies:   MPU6050 mbed

Fork of mpu6050_test by Simon Garfieldsg

Revision:
1:09d785823d44
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/shared.h	Tue Jul 01 23:29:27 2014 +0000
@@ -0,0 +1,8 @@
+#ifndef SHARED_H
+#define SHARED_H
+
+#include "mbed.h"
+
+extern Serial pc;
+
+#endif
\ No newline at end of file