LV8548 Motor Driver Stepper Motor Dc MOtor

Dependencies:   LV8548 mbed

Revision:
3:de46cb8b50cb
Parent:
2:77d8b59fa58c
--- a/Main.cpp	Mon Nov 19 01:52:38 2018 +0000
+++ b/Main.cpp	Mon Nov 19 02:03:25 2018 +0000
@@ -100,11 +100,13 @@
 
 
 
+//////// USB CDC SIDE DEBUG UART /////////////
 /* pc の仮想ポートをwindows softで開ける */
 //Serial pc(USBTX, USBRX); // tx, rx
 //#if _USE_DEBUG_
 //Serial uart(D1, D0); // tx, rx
 //#endif
+//////// OUT SIDE UART INPUT /////////////
 #if _USE_DEBUG_
 Serial uart(USBTX, USBRX); // tx, rx
 #endif