Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Main.cpp
- Revision:
 - 3:de46cb8b50cb
 - Parent:
 - 2:77d8b59fa58c
 
diff -r 77d8b59fa58c -r de46cb8b50cb Main.cpp --- 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