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: uart.cpp
- Revision:
- 41:45c982b1c5b6
- Parent:
- 40:debe99e228d3
- Child:
- 65:64c56433f661
--- a/uart.cpp Mon Jan 21 06:32:24 2019 +0000
+++ b/uart.cpp Mon Jan 21 11:57:35 2019 +0000
@@ -10,7 +10,7 @@
Serial spMoni(p13, p14);//無線モジュールを接続したポート/Outputのみ
#define BAUD_RATE 115200
#else
-#define WIREED_SERIAL
+//#define WIREED_SERIAL
#ifdef WIREED_SERIAL
Serial sp(USBTX, USBRX); //有線のポート
#define BAUD_RATE 115200