MPU6050のサンプルプログラム2

Dependencies:   ConfigFile SDFileSystem mbed

Fork of LAURUS_program by LAURUS

Revision:
4:45dc5590abc0
Parent:
0:bc6f14fc60c7
--- a/ErrorLogger.cpp	Sat May 30 18:08:34 2015 +0000
+++ b/ErrorLogger.cpp	Thu Jun 11 15:43:07 2015 +0000
@@ -6,6 +6,7 @@
 }
 
 void AbortWithMsg(const char* msg) {
+    while(!debugPort->writeable());
     debugPort->printf(msg);
     abort();
 }
\ No newline at end of file