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:
- 65:64c56433f661
- Parent:
- 41:45c982b1c5b6
- Child:
- 69:9ef8ef0f9a90
--- a/uart.cpp Mon Mar 11 04:24:00 2019 +0000
+++ b/uart.cpp Mon Mar 11 05:24:02 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