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:
- 40:debe99e228d3
- Parent:
- 39:1b76f7df8804
- Child:
- 41:45c982b1c5b6
diff -r 1b76f7df8804 -r debe99e228d3 uart.cpp
--- a/uart.cpp Sat Jan 19 12:35:23 2019 +0000
+++ b/uart.cpp Mon Jan 21 06:32:24 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