right and left move at the same time

Dependencies:   mbed robot

Revision:
9:ac95473a5d86
diff -r 43c31d2afb9e -r ac95473a5d86 debug/debug.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debug/debug.cpp	Wed May 08 02:56:21 2019 +0000
@@ -0,0 +1,8 @@
+#include "debug.h"
+#ifdef DEBUG_ON
+Serial pc(USBTX,USBRX);
+#endif
+
+
+
+